Snapchat/KeyDB
A Multithreaded Fork of 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: 2770
- days_rel: n/a
- days_push: 826
- n_releases_24m: 0
Adoption not part of the score
12509 stars · 675 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
KeyDB is a multithreaded, high-performance fork of Redis that is fully protocol-compatible and acts as a drop-in replacement for Redis deployments. It adds features like Active Replication, FLASH storage backed by RocksDB, subkey expires, and MVCC for non-blocking queries while achieving higher throughput on the same hardware.
Use cases
- replace redis with a faster drop-in alternative
- run a multithreaded in-memory key-value store
- scale redis workloads without sharding
- set up active-active replication for a redis-compatible cache
- store more data than fits in RAM with flash storage
- run a high-throughput cache over a million ops per second
- migrate an existing redis deployment with no client changes
When to choose
- you need higher per-node throughput than Redis on the same hardware
- you want a Redis-compatible database with built-in active replication and multi-master writes
- your dataset exceeds RAM and you want FLASH-backed storage
- you want KEYS/SCAN queries that don't block the database thanks to MVCC
When to avoid
- you need the newest Redis features or commands, since KeyDB development has slowed
- you rely on a large ecosystem of Redis modules or vendor-managed Redis services
- you prefer a single-threaded model with simpler operational reasoning
- you need long-term commercial support, which is not offered
Facets
service · maturity maintenance
database caching http-server databases backend developer-tools performance self-hosted cpp cross-platform redis-compatible in-memory-database multithreaded key-value-store active-replication mvcc flash-storage drop-in-replacement linux docker
9 sources
- readme: https://github.com/Snapchat/KeyDB · fetched 2026-08-28 · cdaf5ebaa28c
- homepage: https://keydb.dev · fetched 2026-08-29 · bc14b931056b
- site_page: https://docs.keydb.dev/docs · fetched 2026-08-29 · 906c48f9af75
- site_page: https://docs.keydb.dev/docs/commands · fetched 2026-08-29 · 3099f056e5b7
- site_page: https://docs.keydb.dev/docs/download · fetched 2026-08-29 · 97a7bba2f7d0
- site_page: https://docs.keydb.dev/docs/about · fetched 2026-08-29 · ab3d793496e7
- site_page: https://docs.keydb.dev/docs/support · fetched 2026-08-29 · 2178e9cf17c1
- site_page: https://docs.keydb.dev/docs/mvcc · fetched 2026-08-29 · f63f3f438068
- site_page: https://docs.keydb.dev/docs/coming-soon · fetched 2026-08-29 · af5b7983f539
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Snapchat/KeyDB | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem