Runbook
Redis Cluster Resharding Delays.
Back to Runbooks
Overview
Redis Cluster Resharding Delays occur when the process of redistributing data across Redis cluster nodes takes longer than expected. This can lead to slow resharding operations and may cause performance issues for applications that rely on the Redis database. In such instances, it is important to investigate the root cause of the delays and take necessary actions to restore normal performance.
Parameters
Debug
Check Redis cluster status and get the node IDs
Check CPU usage of Redis nodes
Check memory usage of Redis nodes
Check network latency between Redis nodes
Check for slow Redis commands
Repair
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.