redis-commander
redis-commander copied to clipboard
How do you use redis-commander for Redis Cluster ?
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 ?
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 config
endpoint - it seems we get to see the keys but always have responses like
MOVED 8356 10.x.x8x:6379
duplicate of #160 everything else will be discussed there...
cluster support added - see https://github.com/joeferner/redis-commander/issues/160#issuecomment-1584680274