Topic · 39 articles
Redis
Caching, data structures, and Redis as infrastructure.
Redis is far more than a cache, and this hub treats it that way. It works through the core data structures, the caching patterns and their failure modes — cache-aside, write-through, stampede protection — and the infrastructure uses like locks, rate limiting, pub/sub, and leaderboards, then what it takes to run Redis reliably.
It is anchored by the Redis Masterclass series and pairs with the Databases and System Design hubs.
Frequently asked questions
Is Redis only covered as a cache here?
No. Caching patterns are a big part of it, but the hub also covers Redis data structures, distributed locks, rate limiting, pub/sub, streams, and running Redis in production with replication and monitoring.