twitter/twemproxy
A fast, light-weight proxy for memcached and redis observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5306
- days_rel: n/a
- days_push: 887
- n_releases_24m: 0
Adoption not part of the score
12337 stars · 2036 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Twemproxy (nutcracker) is a fast, lightweight proxy for the memcached and Redis protocols, written in C. It reduces backend connection counts and enables horizontal scaling of caching tiers through sharding, pipelining, and consistent hashing.
Use cases
- shard redis across multiple servers
- reduce connection count to memcached backends
- scale a distributed cache horizontally
- proxy redis requests with consistent hashing
- pipeline memcached requests through a single endpoint
- disable failing cache nodes automatically
When to choose
- you need a battle-tested, lightweight C proxy for memcached or Redis protocols
- you want automatic sharding with consistent hashing across cache servers
- backend caching servers are overwhelmed by too many client connections
When to avoid
- you need Redis Cluster features like multi-key operations across shards or replication-aware routing
- you want an actively developed proxy with modern Redis support (consider predixy or envoy instead)
- you need TLS termination or rich observability
Facets
service · maturity maintenance
proxy caching database routing middleware databases microservices infrastructure-as-code performance backend bsd cli self-hosted memcached redis sharding consistent-hashing connection-pooling c-proxy linux macos
1 source
- readme: https://github.com/twitter/twemproxy · fetched 2026-08-28 · c864ded79f58
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| twitter/twemproxy | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="twitter/twemproxy")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem