redis: (error) CLUSTERDOWN The cluster is down

在连接 redis 集群操作时,控制台打印出此错误:
(error) CLUSTERDOWN The cluster is down

solution

$ redis-cli --cluster fix 127.0.0.1 6379

再查看集群信息,集群已恢复正常

原文地址:https://www.cnblogs.com/nnylee/p/14646911.html