A Redis cluster flapping incident occurs when changes are detected in the Redis replica connection. This can happen when replica nodes lose connection to the master and reconnect repeatedly. This can lead to unstable performance and can impact the stability of the Redis cluster.
Parameters
Debug
Get the Redis cluster status
Get the Redis cluster configuration
Check if all Redis nodes are connected
Check the Redis replication status
Check the Redis logs for any errors
Check the Redis memory usage
Check the Redis CPU usage
Check the Redis keyspace stats
Check the Redis client connections
Check the network connectivity between Redis nodes
Check the network latency between Redis nodes
Check the network bandwidth between Redis nodes
Repair
Restart the Redis nodes one by one, starting with the replica nodes, to see if it resolves the issue.
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.