I am running a cluster of 6 nodes in my redis cluster. Currently they do not have keys associated with them and 0 slaves have been set up. When I run redis-cli my dos prompt just spins.
Environment windows server 2012
Redis conf file contents
port 7000
cluster-enabled yes
cluster-config-file nodes.conf
cluster-node-timeout 5000
appendonly yes
loglevel notice
logfile "log"
Log File contents
[3048] 24 Oct 13:21:53.789 * Node configuration loaded, I'm b9000ddb5d4e4d88ee5903e79902c192193dc2ad .
.-__ ''-._
_.-.. ''-._ Redis 3.2.100 (00000000/0) 64 bit .-.-```. ```\/ _.,_ ''-._-.|'
( ' , .-` | `, ) Running in cluster mode |`-._`-...-` __...-._.-'| Port: 7000 |-.._-._
/ _.-' | PID: 3048-._-./ _.-' .-'
|-._-.-.__.-' _.-'_.-'|-.
|-._ _.-'_.-' | http://redis.io-.-._-..-'_.-' .-'
|-._-.-.__.-' _.-'_.-'|-.
|-._ _.-'_.-' |-.-._-..-'_.-' _.-'-._-..-' _.-'-._ _.-'-..-'[3048] 24 Oct 13:21:53.805 # Server started, Redis version 3.2.100 [3048] 24 Oct 13:21:53.805 * The server is now ready to accept connections on port 7000 [2052] 24 Oct 13:24:14.493 * Node configuration loaded, I'm b9000ddb5d4e4d88ee5903e79902c192193dc2ad
EDIT
I can still run meetup commands via the terminal. I know the IP is invalid, I changed it on purpose.
redis-cli -c -h 300.300.62.3 -p 7000 cluster meet 10.144.62.3 7001