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

ideawu/ssdb

SSDB - A fast NoSQL database, an alternative to Redis observed · 2026-08-28

github.com/ideawu/ssdb · 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: 4982
  • days_rel: n/a
  • days_push: 1474
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8320 stars · 1397 forks observed · 2026-08-28

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

SSDB is a fast, Redis-compatible NoSQL key-value database written in C++ that stores data on disk using LevelDB/RocksDB-style storage. It supports key-string, key-hash, key-zset, and key-list structures with replication and client APIs in many languages.

Use cases

  • replace redis with a disk-backed key-value store
  • store large datasets that don't fit in memory
  • persistent queue service
  • redis-compatible nosql database with master-slave replication
  • fast key-value storage for hashmap and zset data

When to choose

  • your dataset exceeds available RAM but you need Redis-like API and performance
  • you need persistent key-value, hash, zset, or list storage with replication

When to avoid

  • you need a fully in-memory cache with sub-millisecond latency
  • you need a rich query language or SQL joins
  • you require active community development - the project's latest release is from 2022

Facets

application · maturity maintenance

database caching message-queue databases backend windows bsd cpp key-value leveldb redis-compatible nosql persistent-storage replication linux macos

5 sources

Member repositories

RepositoryRoleHealth v2
ideawu/ssdbmain23

For agents

markdown · JSON · MCP: product_card(name="ideawu/ssdb")

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