Redis7 min
Redis Caching in Django: A Practical Guide
How to add Redis caching to a Django application without shipping stale data: cache backends, key design, the cache-aside pattern, invalidation on save and stampede protection.
Category
Using Redis as a cache, queue and coordination primitive: caching strategies, invalidation, expiry and the failure modes that come with them.
How to add Redis caching to a Django application without shipping stale data: cache backends, key design, the cache-aside pattern, invalidation on save and stampede protection.