redis.replication.master_last_io_seconds_ago
Seconds since last interaction with masterDimensions:None
Summary
Seconds since the replica last received any data from its master, including replication stream or pings. Values >10 seconds indicate replication stalling or network issues between master and replica. Extended delays mean the replica is falling behind and may be serving stale data. This is a leading indicator of replication lag issues referenced in the insight about replica lag hiding behind stale cache hits.
Interface Metrics (3)
Dimensions:None
Native
Number of seconds since the last interaction with masterDimensions:None
Sources
Related Insights (1)
Replica Lag Hides Behind Stale Cache Hitscritical
Redis replica falling behind master (redis.replication.master_last_io_seconds_ago increasing) continues serving stale cached data with normal hit rates, masking synchronization issues until applications encounter data inconsistencies or master failover fails.
▸