ERR Slot 0 is already busy (Redis::CommandError)
解决方法:
使用redis-cli -c -h 127.0.0.1 -p 7000登录到redis每个节点执行 flushall 和 cluster reset 后再次执行redis-trib.rb create --replicas 1 127.0.0.1:7000 127.0.0.1:7001 127.0.0.1:7002 127.0.0.1:7003 127.0.0.1:7004 127.0.0.1:7005就可以了:
flushall
cluster reset