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

apache/kvrocks

Apache Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol. observed · 2026-08-28

github.com/apache/kvrocks · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

87/100

  • Activity 99
  • Release rhythm 65
  • 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: 91
  • age_days: 2575
  • days_rel: 73
  • days_push: 7
  • n_releases_24m: 10

Full methodology

Adoption not part of the score

4405 stars · 653 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Apache Kvrocks is a distributed key-value NoSQL database built on RocksDB that is compatible with the Redis protocol, so any Redis client can connect to it. It aims to lower memory cost and increase capacity compared to Redis while offering namespaces, async binlog-based replication, sentinel-based failover, and Redis-cluster-compatible clustering.

Use cases

  • run a redis-compatible database with disk-based storage to cut memory costs
  • self-host a persistent key-value store larger than RAM
  • migrate redis workloads to a cheaper storage engine without changing clients
  • set up a redis cluster alternative with centralized management
  • replicate key-value data across nodes with binlog-style async replication
  • use redis sentinel failover with a persistent backend

When to choose

  • your redis dataset exceeds available memory or memory costs are too high
  • you need redis protocol compatibility with durable on-disk persistence
  • you want replication and cluster features without redis licensing concerns

When to avoid

  • you need full redis command coverage or modules like RedisJSON and streams at parity
  • you need sub-millisecond in-memory latency for every operation
  • you rely on redis-specific features such as lua scripting edge cases or pub/sub semantics

Facets

service · maturity active

database caching self-hosted databases backend microservices self-hosted self-hosted cpp redis-compatible nosql key-value-store rocksdb persistence redis-cluster linux macos docker

4 sources

Member repositories

RepositoryRoleHealth v2
apache/kvrocksmain87

For agents

markdown · JSON · MCP: product_card(name="apache/kvrocks")

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