redis连接上,查看数据时报错 CLUSTERDOWN The cluster is down

    1. [root@localhost cluster]# redis-trib check 127.0.0.1:7000
    2. >>> Performing Cluster Check (using node 127.0.0.1:7000)
    3. M: faaff1b4f4f4988eb18ab2bb323476fd062361a5 127.0.0.1:7000
    4. slots:0-16383 (16384 slots) master
    5. 0 additional replica(s)
    6. [OK] All nodes agree about slots configuration.
    7. >>> Check for open slots...
    8. >>> Check slots coverage...
    9. [ERR] Not all 16384 slots are covered by nodes.

    使用redis-trib fix 故障的节点

    1. ./redis-trib.rb fix 127.0.0.1:7000