(error)CLUSTERDOWN The cluster is down
Java項目使用redis集羣時報錯,redis
HTTP Status 500 - Could not get a resource from the pool
查看redis集羣啓動狀況: ps -ef | grep "redis",如圖測試
在操做redis集羣寫入數據時報錯:spa
(error)CLUSTERDOWN The cluster is down
3-1進入redis安裝目錄code
cd /opt/redis-3.0.1/src
3-2修復集羣節點,如7000,須要修復所有集羣節點get
./redis-trib.rb fix 127.0.0.1:7000
3-3測試test
redis-cli -c -p 7000 set test ok