Java High-Performance Architecture
Aug 16, 2015 · Databases
Understanding Redis Partial Resynchronization: Offsets, Backlog Buffer, and Run ID
Redis partial resynchronization relies on three components—the master‑slave replication offset, the master’s replication backlog buffer, and the server run ID—to determine whether a slave can receive only missing data after a disconnection or requires a full sync.
Backlog BufferPartial ResynchronizationRun ID
0 likes · 5 min read
