redis连接上,查看数据时报错 CLUSTERDOWN The cluster is down
[root@localhost cluster]# redis-trib check 127.0.0.1:7000
>>> Performing Cluster Check (using node 127.0.0.1:7000)
M: faaff1b4f4f4988eb18ab2bb323476fd062361a5 127.0.0.1:7000
slots:0-16383 (16384 slots) master
0 additional replica(s)
[OK] All nodes agree about slots configuration.
>>> Check for open slots...
>>> Check slots coverage...
[ERR] Not all 16384 slots are covered by nodes.
使用redis-trib fix 故障的节点
./redis-trib.rb fix 127.0.0.1:7000