redis (error) CLUSTERDOWN The cluster is down

在测试的时候发现redis提示(error) CLUSTERDOWN The cluster is down

redis (error) CLUSTERDOWN The cluster is down

check一下先:

redis (error) CLUSTERDOWN The cluster is down

报错了, [ERR] Not all 16384 slots are covered by nodes.

修复,

redis-cli --cluster fix 127.0.0.1:6379
输出如下

redis (error) CLUSTERDOWN The cluster is down

已修复

redis (error) CLUSTERDOWN The cluster is down