Check Redis cluster status
To check the status of the replication in your Redis deployment, log in to the master server host through SSH, and execute the Redis command line client as follows. Replace the YOURPASSWORD placeholder with the value of your password:
$ redis-cli -a YOURPASSWORD INFO Replication
The output of these commands will be a list of connected cluster nodes and their current status.