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

yinqiwen/ardb

A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB. observed · 2026-08-28

github.com/yinqiwen/ardb · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4907
  • days_rel: n/a
  • days_push: 1756
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1848 stars · 274 forks observed · 2026-08-28

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

Ardb is a Redis-protocol-compatible persistent NoSQL key-value server written in C++ that supports pluggable storage engines such as RocksDB, LevelDB, LMDB, WiredTiger, PerconaFT, and ForestDB. It supports most Redis commands, data structures, replication, Lua scripting, pub/sub, transactions, and works with existing Redis clients.

Use cases

  • run a redis-compatible server with disk persistence
  • swap storage engines like rocksdb or lmdb under a redis protocol server
  • use redis clients against a persistent key-value store
  • replicate redis data to a persistent nosql slave
  • store redis data structures like sorted sets and hashes on disk
  • self-host a redis alternative with online backup

When to choose

  • you need Redis semantics but data must persist durably to disk
  • you want to choose a specific LSM or B-tree storage engine backend
  • you want to use existing Redis clients and tooling unchanged
  • you need Redis replication or sentinel failover with persistent storage

When to avoid

  • you need the full latest Redis feature set or newest commands
  • you only need an in-memory cache and can just use Redis
  • you need a very actively maintained project - the latest release is from 2021
  • you need cluster/sharding features beyond what Ardb supports

Facets

service · maturity maintenance

database http-server caching databases backend self-hosted cpp self-hosted cli redis-protocol key-value-store nosql rocksdb leveldb lmdb wiredtiger persistent-kv redis-compatible linux macos

1 source

Member repositories

RepositoryRoleHealth v2
yinqiwen/ardbmain23

For agents

markdown · JSON · MCP: product_card(name="yinqiwen/ardb")

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