Skip to content

Redis — covered in depth elsewhere#

Redis is the most important Key-Value store and is covered comprehensively in the Caching section:

File What it covers
05-Caching/08-Redis/01-Data-Structures.md String, Hash, List, Sorted Set, Set, HyperLogLog, Bitmap
05-Caching/08-Redis/02-Patterns.md Distributed lock, rate limiter, Sentinel, Cluster
05-Caching/08-Redis/03-Persistence.md RDB, AOF, Hybrid
05-Caching/08-Redis/04-Streams.md Append-only log, consumer groups, acknowledgements
05-Caching/08-Redis/05-Single-Threaded-Event-Loop.md Why single-threaded works, three ceilings, Scenario A vs B