-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
QUESTION: Is it possible to use SCAN and/or scanStream in Redis Cluster? #764
Comments
Hi @Pistacchione , To the best of my knowledge, the SCAN operation iterates over all keys on a single Redis node. Take a look at #175 or https://paluch.biz/blog/162-iterate-over-all-keys-in-a-redis-cluster.html. Hope it helps. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
HI, How to query keys from redis.cluster by using specific pattern (using scanStream). Thanks, |
Would be nice to have some insights here. :) |
Hi guys, we should open this issue. I cannot get all keys with patterns in all nodes. |
Hi,
is it possible to use
scan
and/orscanStream
in redis cluster?And if it's possible, the scan command will scan all redis nodes?
Thanks
The text was updated successfully, but these errors were encountered: