[ERR] Node 192.168.117.134:6379 is not empty. Either the node already knows other nodes (check with CLUSTER NODES) or contains some key in database 0.
1、问题描述:redis 集群启动报错
2、解决方案
重启 在redis src 目录下执行
redis-cli --cluster create --cluster-replicas 1 192.168.117.134:6379 192.168.117.134:6380 192.168.117.134:6381 192.168.117.134:6389 192.168.117.134:6390 192.168.117.134:6391
问题解决