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

Snapchat/KeyDB

A Multithreaded Fork of Redis observed · 2026-08-28

github.com/Snapchat/KeyDB · homepage · C++ · BSD-3-Clause (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
Snapchat/KeyDBmain23

For agents

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

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