The Redis missing master incident occurs when the Redis cluster has no node marked as master. This can cause problems with the Redis service and may result in service disruptions or failures. It is important to address this issue promptly to ensure the smooth operation of the Redis service.
Parameters
Debug
Check Redis cluster status
Check cluster nodes
Check master node
Check Redis logs for errors
Check Redis configuration file
Check Redis process status
Check Redis service logs for errors
A node that was previously marked as the Redis master has failed or is no longer available.
Repair
If there are no Redis nodes marked as a master, promote a suitable node to become the master.
If the master node is down, bring it back up and ensure it is correctly marked as the master.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.