Ross ROSS = Recommend OSS · open-source software intelligence for agents

Suor/django-cacheops

A slick ORM cache with automatic granular event-driven invalidation. observed · 2026-08-28

github.com/Suor/django-cacheops · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

67/100

  • Activity 77
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5569
  • days_rel: n/a
  • days_push: 140
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2273 stars · 240 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Django library providing automatic queryset caching with granular event-driven invalidation, backed by Redis. It also offers decorators for caching functions and views, transaction support, and dog-pile prevention.

Use cases

  • cache django orm querysets automatically
  • invalidate cached querysets when data changes
  • speed up django database reads with redis
  • cache django views and functions
  • prevent cache stampede on popular queries

When to choose

  • you use Django with Redis and want transparent ORM-level caching
  • you need automatic cache invalidation tied to model writes
  • you want to cache arbitrary functions or views with time or queryset semantics

When to avoid

  • your project does not use Django
  • you cannot run Redis
  • you need caching outside the ORM layer with custom invalidation logic

Facets

library · maturity active

caching orm database web-development backend databases developer-tools python django redis queryset-cache cache-invalidation orm-cache web-server

2 sources

Member repositories

RepositoryRoleHealth v2
Suor/django-cacheopsmain67

For agents

markdown · JSON · MCP: product_card(name="Suor/django-cacheops")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem