# sebleier/django-redis-cache

A Redis cache backend for django

Repository: https://github.com/sebleier/django-redis-cache
Canonical: https://ross.abutalabs.com/products/django-redis-cache
Homepage: http://django-redis-cache.readthedocs.org/en/latest/
Language: Python
License: NOASSERTION
License Family: other
Last push: 2024-04-27T19:13:04+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6270, "days_push": 858, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1041, forks 221 (observed 2026-08-28T04:03:20.496355+00:00)

## What it is
A Redis cache backend for Django, plugging into Django's cache framework. It supports pluggable serializers, compression, connection options, and Django 3.x.

## Use cases
- use redis as django cache backend
- cache django views with redis
- store django session cache in redis
- compress cached values in django
- use  or msgpack serialization for django cache

## When to choose
- you run Django and want Redis-backed caching with a simple settings integration
- you need pluggable serializers or compression for cached data

## When to avoid
- you use a non-Django framework
- you need advanced Redis features like django-redis's client customization or sentinel support

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

## Member repositories
- sebleier/django-redis-cache (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:20.496355+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:02:58.709412+00:00, confidence not recorded.
  - readme: https://github.com/sebleier/django-redis-cache (fetched 2026-08-28T04:03:20.496355+00:00, sha a86a225b3555)
  - registry_pypi: https://pypi.org/pypi/django-redis-cache/json (fetched 2026-08-29T13:04:49.725289+00:00, sha 17f68ef4fadf)
- Data as of 2026-08-30T08:39:29.467469+00:00.
