redis.clients.connected_slaves
Number of connected replicasDimensions:None
Interface Metrics (3)
Sources
Related Insights (2)
Client Output Buffer Limits Causing Disconnectionswarning
When Redis disconnects slow clients that can't keep up with output buffer, redis.clients.connected drops suddenly. This is often caused by clients with slow network connections or blocking on their end, especially for pub/sub subscribers or replicas.
▸
Replication Backlog Too Small for Network Instabilitywarning
When redis.replication.repl_backlog_size is too small relative to write rate and network latency, replicas require full resync after brief disconnections, causing replication storms and increased master load.
▸