ideawu/ssdb
SSDB - A fast NoSQL database, an alternative to 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: 4982
- days_rel: n/a
- days_push: 1474
- n_releases_24m: 0
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
- readme: https://github.com/ideawu/ssdb · fetched 2026-08-28 · 826542b8c6a4
- homepage: http://ssdb.io/ · fetched 2026-08-29 · 6d2264393876
- site_page: https://ssdb.io/about · fetched 2026-08-29 · b06c48149419
- site_page: https://ssdb.io/category/general-features · fetched 2026-08-29 · a7d103d282b8
- site_page: https://ssdb.io/category/about-blog · fetched 2026-08-29 · 82532af37c25
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ideawu/ssdb | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem