-
The MSET command comes with the CO::IDEMPOTENT flag, which implies the following scenario:
When executing:
We expect MGET to return either Consider the following execution sequence (assuming no inline execution):
In this scenario, MGET might return |
Beta Was this translation helpful? Give feedback.
Answered by
romange
Oct 30, 2024
Replies: 1 comment
-
You are absolutely right with you question, the only thing is that |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
suxb201
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You are absolutely right with you question, the only thing is that
MSET
does not haveCO::IDEMPOTENT
flag. MGET has :)