Back to list

Gossip protocol introduces higher failover latency than consensus algorithms

5/10 Medium

Redis uses a gossip protocol and majority voting for failure detection instead of formal consensus algorithms like Raft or Paxos, reducing implementation complexity but increasing latency during failover operations.

Category
performance
Workaround
none
Stage
deploy
Freshness
persistent
Scope
single_lib
Upstream
wontfix
Recurring
Yes
Buyer Type
enterprise
Maintainer
active

Sources

Collection History

Query: “What are the most common pain points with Redis for developers in 2025?3/30/2026

Redis employs a gossip protocol and majority voting mechanism for failure detection and master election, contrasting with the formal consensus algorithms (such as Raft or Paxos) used by other distributed systems.

Created: 3/30/2026Updated: 3/30/2026