Redis3 cluster infinite waiting for the cluster to join
问题 I have 2 servers and 3 instances of redis3 in each of them. I have a cluster-nodes directory, where I have all the data of each instance. Here it is. cluster-nodes/ |-- 7777 | |-- db01 | | -- nodes-7777.conf | -- redis.conf |-- 7778 | |-- db02 | | -- nodes-7778.conf | -- redis.conf -- 7779 |-- db03 | -- nodes-7779.conf -- redis.conf Here is my config file redis.conf under the 7777 directory pidfile /var/run/redis/redis-7777.pid port 7777 dir /opt/redis/cluster-nodes/7777/db01/ cluster-enabled