redis the cluster is down

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

记录学习和生活的酸甜苦辣.....哈哈哈
原文地址:https://www.cnblogs.com/yjt1993/p/14649370.html