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

aio-libs/aiocache

Asyncio cache manager for redis, memcached and memory observed · 2026-08-28

github.com/aio-libs/aiocache · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

63/100

  • Activity 89
  • Release rhythm 8
  • Longevity 100
How is this computed?

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

  • gap_med: n/a
  • age_days: 3624
  • days_rel: 707
  • days_push: 66
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1438 stars · 181 forks observed · 2026-08-28

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

aiocache is an asyncio cache library for Python supporting multiple backends including memory, Redis, and Memcached. It provides a uniform minimal interface (get, set, multi_get, delete, etc.) plus a decorator for caching async function results.

Use cases

  • cache async function results in python with a decorator
  • add redis caching to an asyncio web app
  • swap cache backends between memory, redis, and memcached
  • store python objects in redis with pickle or msgpack serializers
  • implement ttl-based caching for expensive async calls
  • share cached data across processes via memcached

When to choose

  • you need caching in asyncio-based python applications
  • you want a single API across multiple cache backends
  • you want decorator-based memoization of async functions

When to avoid

  • your code is synchronous and not asyncio-based
  • you need advanced cache features like eviction policies or distributed locking
  • you use a framework with its own built-in cache abstraction

Facets

library · maturity stable

caching serialization backend web-development databases developer-tools python cross-platform asyncio redis memcached cache-decorator multi-backend

2 sources

Member repositories

RepositoryRoleHealth v2
aio-libs/aiocachemain63

For agents

markdown · JSON · MCP: product_card(name="aio-libs/aiocache")

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