Does connection pooling works similar in valkey-go like it works in go-redis #793
Unanswered
royatanu94
asked this question in
Q&A
Replies: 1 comment
-
No, it doesn't by default. Valkey-go uses long-live connections to enable auto pipelining and client-side caching. That is, it doesn't occupy a connection for each request but it pipelines requests to a shared connection continuously. |
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
-
Does connection pooling works similar in valkey-go like it works in go-redis ?
Please share some docs for it
Beta Was this translation helpful? Give feedback.
All reactions