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

memcached/memcached

memcached development tree observed · 2026-08-28

github.com/memcached/memcached · homepage · C · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 91
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 6340
  • days_rel: n/a
  • days_push: 54
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

14259 stars · 3339 forks observed · 2026-08-28

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

Memcached is a high-performance, multithreaded, distributed in-memory key-value cache store used to speed up dynamic web applications by alleviating database load. It stores small chunks of arbitrary data (strings, objects) from database calls, API calls, or page rendering, with client APIs available for most popular languages.

Use cases

  • cache database query results to reduce database load
  • speed up dynamic web applications with an in-memory key-value store
  • share a cache pool across a cluster of web servers
  • store session data or rendered page fragments in memory
  • cache API call responses for faster reads

When to choose

  • you need a simple, battle-tested distributed in-memory cache for small objects
  • you want to offload read pressure from a relational database in a web app
  • you need a cache with client libraries in nearly every language
  • you want a lightweight cache server with optional TLS and a built-in proxy

When to avoid

  • you need persistence or durability - memcached is memory-only and loses data on restart
  • you need rich data structures, replication, or pub/sub - consider Redis instead
  • you need to cache large values or datasets that exceed available RAM
  • you need strong consistency guarantees across cache nodes

Facets

service · maturity stable

caching database http-server databases web-development backend performance microservices bsd cross-platform self-hosted c key-value-store in-memory-cache distributed-cache memcached tls proxy linux macos

4 sources

Member repositories

RepositoryRoleHealth v2
memcached/memcachedmain73

For agents

markdown · JSON · MCP: product_card(name="memcached/memcached")

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