Netflix/EVCache
A distributed in-memory data store for the cloud observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 97
- Release rhythm 78
- 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: 36.0
- age_days: 4954
- days_rel: 69
- days_push: 22
- n_releases_24m: 11
Adoption not part of the score
2208 stars · 256 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EVCache is a distributed in-memory key-value caching library built on memcached and spymemcached, designed primarily for AWS EC2 cloud infrastructure. It stores ephemeral, volatile data with TTL-based expiration for caching frequently used data at scale.
Use cases
- cache frequently accessed data in a distributed cloud environment
- store ephemeral key-value data with TTL expiration
- scale memcached caching across AWS EC2 instances
- reduce database load with an in-memory cache layer
- build low-latency data access for microservices
- cache session or user data that can be evicted at any time
When to choose
- you run workloads on AWS EC2 and need a battle-tested distributed cache
- you want a Java client for memcached with clustering and replication support
- your data is ephemeral and tolerates eviction
- you need proven caching at Netflix-scale traffic
When to avoid
- you need persistent or durable storage
- you are not on the JVM or cannot use Java
- you want a simple single-node cache without distributed setup
- you need rich data structures beyond key-value pairs (consider Redis instead)
Facets
library · maturity stable
caching database cloud-computing microservices backend performance jvm cloud memcached in-memory-data-store key-value-store aws-ec2 netflix spymemcached ttl ephemeral-data linux
1 source
- readme: https://github.com/Netflix/EVCache · fetched 2026-08-28 · d737b027ecd6
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Netflix/EVCache | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem