config file:
cluster-enabled yes
cluster-config-file cluster.conf
cluster-node-timeout 15000
steps
CLUSTER MEET 10.10.0.2 6379
CLUSTER NODES
.\redis-cli.exe -h 127.0.0.1 -p 6379 CLUSTER ADDSLOTS $slot
}
refer to
https://stackoverflow.com/questions/34615090/redis-on-windows-cluster-setup
Redis cluster setup on windows
原文:https://www.cnblogs.com/kevin1988/p/10511494.html