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
redis the cluster is down
原文:https://www.cnblogs.com/yjt1993/p/14649370.html