Hiprup
System Design

Design Twitter (X) — posting, following, and timeline

Twitter uses a hybrid fan-out: for users with <500K followers, fan-out on write pushes tweet IDs into every follower's Redis timeline.

Loading question...
Design Twitter (X) — posting, following, and timeline | Hiprup