memcached/memcached
memcached development tree 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
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
- readme: https://github.com/memcached/memcached · fetched 2026-08-28 · 4dc804ff848d
- homepage: https://memcached.org · fetched 2026-08-29 · ec82d5573db9
- site_page: https://memcached.org/about · fetched 2026-08-29 · 978eb9be4b1b
- site_page: https://docs.memcached.org · fetched 2026-08-29 · 5e26abc5e515
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| memcached/memcached | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="memcached/memcached")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem