-
Does rueidis support fetching multiple keys across different slots with MGET without client side cacheing enabled? I see the helper |
Beta Was this translation helpful? Give feedback.
Answered by
rueian
Feb 25, 2023
Replies: 1 comment 6 replies
-
Hi @lchalabi,
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
rueian
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lchalabi,
rueidis.MGet
helper has been added to v0.0.94. You can now use it to fetch multiple keys across different slots with MGET without client side caching.