-
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
scanStream in cluster mode? #175
Comments
Commands that doesn't have a key name as the arguments(e.g. |
Ah, thanks for clearing that up. |
Is that also the case for the other scan commands like hscan? |
Yes, you're right. Other scan commands work with cluster. I'll consider whether to implement it. |
Released in v1.11.0 🚀 |
tested with ioredis 3.1.4 and scanStream function is missing from Redis.Cluster |
+1 on this. There is still no scanStream function in Redis.Cluster. However you can use cluster.subscriber.scanStream to scan on currently connected slot. |
Iterate over all Cluster Master Nodes, and then scan every single Node |
it seems that scanStream() is not available when using ioredis.Cluster(), although scan() is.
Any particular reason for this, or is this a requestable feature? ;-)
The text was updated successfully, but these errors were encountered: