Question regarding pipelining #119
Unanswered
erikseulean
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the client implementation, there usually are two functions for each Redis operation.
For example:
Do both of these support pipelining or just the one that accepts a callback ?
My question is, in the following scenario, would the
sadd
be executed at the time of invocation or it will be deferred untilsync_commit
is called ?Beta Was this translation helpful? Give feedback.
All reactions