redis:CLUSTER cluster is down 解决方法
redis:CLUSTER cluster is down 解决方法
首先进入安装目录的src下:
1. ./redis-trib.rb check 127.0.0.1:7001 检查问题所在
2. ./redis-trib.rb fix 173.168.68.221:7001 修复命令,一般问题都会解决
3. ./redis-trib.rb check 127.0.0.1:7001 重新测试
4. ./redis-cli -h *** -p 7001 -c