I have a redis cluster with 6 nodes total; 3 masters each with one slave. All the nodes seem to be working just fine except for one master instance with its slave. For this master and it's slave, overtime i run the "redid-cli monitor" command in the terminal, i get the error:
Error: Server closed the connection
We are also using predis to access our redis cluster, and it seems that any queries directed to this troublesome master and slave (even with the MOVED TO message), we get the following errors:
It seems like the main cause starts with the redis servers as demonstrated with the error they are producing with the redids-cli monitor command. What can possibly be causing these errors?
I tried creating a new slave from scratch, and tested the redis-cli command and still getting the Server closed the connection error.