# jazzband/django-redis

Full featured redis cache backend for Django.

Repository: https://github.com/jazzband/django-redis
Canonical: https://ross.abutalabs.com/products/django-redis
Language: Python
License: NOASSERTION
License Family: other
Last push: 2026-08-24T17:41:25+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 54, longevity 100
- inputs: {"age_days": 5251, "days_push": 9, "days_rel": 92, "gap_med": 349, "n_releases_24m": 2}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3081, forks 455 (observed 2026-08-28T04:07:41.885510+00:00)

## What it is
A full-featured Redis cache and session backend for Django, built on redis-py. It supports pluggable clients, parsers, and serializers, primary/secondary setups, and raw access to the Redis connection pool.

## Use cases
- use redis as django cache backend
- store django sessions in redis
- configure redis caching with url connection strings
- access raw redis client from django
- support redis sentinel or primary/secondary caching in django

## When to choose
- you need a mature, production-proven Redis cache backend for Django
- you want pluggable serializers/clients and raw Redis access
- you need Redis-backed Django sessions

## When to avoid
- your project does not use Django
- you only need a plain redis-py client without Django integration
- you use a cache backend other than Redis, like memcached

## Facets
- artifact type: library
- maturity: active
- function: caching, database-driver
- domain: web-development, databases, backend
- platform: python
- tags: django, redis, cache-backend, session-storage, web-server

## Member repositories
- jazzband/django-redis (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:41.885510+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:27:50.208708+00:00, confidence not recorded.
  - readme: https://github.com/jazzband/django-redis (fetched 2026-08-28T04:07:41.885510+00:00, sha a6fba5a1f596)
  - registry_pypi: https://pypi.org/pypi/django-redis/json (fetched 2026-08-29T09:43:06.790124+00:00, sha 21eb8bf6c2df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
