-
Notifications
You must be signed in to change notification settings - Fork 471
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
How do you use redis-commander for Redis Cluster ? #216
Comments
Also interested in this as well. |
me too |
latest versions support redis sentinel - connections via sentinel should work to connect to the master server for writing... |
+1 I think redis command does not support Redis Cluster. We are currently on AWS elastic Cache, cluster mode,and by feeding redis command the
|
duplicate of #160 |
cluster support added - see #160 (comment) |
I want to management the data in Redis Cluster with this tool.
How do you use ?
Example)
Redis Cluster:
127.0.0.1:7000,
127.0.0.1:7001,
127.0.0.1:7002
Would you tell me ?
The text was updated successfully, but these errors were encountered: