phpredis cluster setup persistent connection #51
-
Beta Was this translation helpful? Give feedback.
Answered by
tillkruss
Feb 19, 2024
Replies: 2 comments
-
You might be better off asking in PhpRedis for the Using persistent connections will only reduce the initial connection latency, however the majority of commands still need to do round trips. I'd suggest using Relay if latency matters. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tillkruss
-
Got it. in that case, can you confirm this is the correct way to establish a persistent connection using redis object cache plugin? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You might be better off asking in PhpRedis for the
ini
directives.Using persistent connections will only reduce the initial connection latency, however the majority of commands still need to do round trips. I'd suggest using Relay if latency matters.