在3个实例中的每个实例中启用集群配置后,执行了一个cluster create命令以创建3个主集群,但是该集群create命令被困在“等待集群加入”中。
$ redis-cli --cluster create 127.0.0.1:6379 machine2:6379 machine3:6379 --cluster-replicas 0
此cmd在machine1上运行。
按以下方式获取集群信息:
cluster_state:fail
cluster_slots_assigned:5462
cluster_slots_ok:5462
cluster_slots_pfail:0
cluster_slots_fail:0
cluster_known_nodes:1
cluster_size:1
cluster_current_epoch:2
cluster_my_epoch:2
cluster_stats_messages_pong_sent:1
cluster_stats_messages_meet_sent:1
cluster_stats_messages_sent:2
cluster_stats_messages_pong_received:1
cluster_stats_messages_meet_received:1
cluster_stats_messages_received:2
在我的conf文件中,bind的值= 0.0.0.0