1、问题现象
clusterdown the cluster is down
三实列的redis集群,节点挂掉一台。
2、集群检查
./redis-cli --cluster check 192.168.1.15:6379 -a 'xxx'
3、修复
./redis-cli --cluster fix 192.168.1.15:6379 -a 'xxx'
然后输入yes
clusterdown the cluster is down
三实列的redis集群,节点挂掉一台。
./redis-cli --cluster check 192.168.1.15:6379 -a 'xxx'
./redis-cli --cluster fix 192.168.1.15:6379 -a 'xxx'
然后输入yes