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
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
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。