Pipelining with connection pooling #2217
Unanswered
ExploreNcrack
asked this question in
Q&A
Replies: 1 comment
-
Lettuce applies pipelining out of the box. Auto-flush is to group commands to bigger packets and have manual control over when the command is sent to redis. |
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
-
Hi @mp911de
From the doc:
"The AutoFlushCommands state cannot be set on pooled connections by the Lettuce connection pooling."
I am a bit confused here does this mean that we cannot set
AutoFlushCommands
even after we obtain a connection from the connection pool?for example:
is this not allowed?
What would be the correct way of leveraging pipelining with connection pooling?
Beta Was this translation helpful? Give feedback.
All reactions