0PricingLogin
Django Academy · Lesson

Cache Backends and Redis

Configure a production cache backend.

What a Cache Saves You

A cache stores expensive results so the next request can skip the slow work and reply almost instantly. ⚡

Where Caches Live

Django talks to a cache through a backend, a pluggable adapter that decides where your cached data is physically stored.

All lessons in this course

  1. Cache Backends and Redis
  2. Per-View and Per-Site Caching
  3. Template Fragment Caching
  4. Low-Level cache API and Invalidation
← Back to Django Academy