Hi All,
I am trying to setup a redis cluster on Windows machine. So basically i have 2 master servers where i have distributed slots in between them i.e. 1
will have from slots from 0-8191 and another one from 8192-16383. The configuration i have tried here doesnt have any slave or replication & both the masters are in running mode and in each servers i am able to see both the nodes by using CLUSTER NODES command
Using cluster meet command i have joined both the cluster and using cluster info i am able to see the cluster state as OK. No issues still there.


Below is the image which shows error which i am getting. It says cluster down when its trying to redirect where as for first master node i am able to do operation

Any suggestion or help to solve this issue will be of great help.
Thanks!