Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON.MGET not working properly in Redis Enterprise Sharded Cluster #1094

Open
rpjtesting opened this issue Sep 20, 2023 · 1 comment
Open

Comments

@rpjtesting
Copy link

Hi,
I am trying to run JSON.MGET in redis Sharded Cluster but I suppose it's returning the keys present in only one hashslot, but according to documentation here:

https://docs.redis.com/latest/rs/databases/durability-ha/clustering/

Clustering supports mget command. Can you please confirm if json.mget should work here or not, or am I missing something?

@LiorKogan
Copy link
Member

JSON.MGET, like many other Redis commands, require all keys to reside on the same hash slot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants