dicedb/dicedb
Open-source, low-latency key/value engine built on Valkey with query subscriptions and hierarchical storage tiers. observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 78
- Release rhythm 38
- Longevity 100
Flags: no_license
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: 1463
- days_rel: 203
- days_push: 133
- n_releases_24m: 1
Adoption not part of the score
10772 stars · 1397 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
DiceDB is an open-source, low-latency key/value data store forked from Valkey (itself a fork of Redis), written in C. It extends Valkey with query subscriptions via OBSERVE commands and a spill module that transparently persists evicted keys to disk (RocksDB), while remaining fully compatible with Redis and Valkey clients, SDKs, and tooling.
Use cases
- run a redis-compatible in-memory cache
- store datasets larger than RAM with tiered disk spilling
- subscribe to query changes and get real-time push updates instead of polling
- self-host a drop-in replacement for redis or valkey
- use a key-value store for caching and message queues
- migrate existing redis workloads without changing client SDKs
When to choose
- you want Redis/Valkey compatibility with extra features like query subscriptions and disk spilling
- your working set exceeds available memory but hot data must stay in-memory fast
- you need reactive push-based updates to query results in live applications
- you want an open-source (BSD-3-Clause) self-hosted data store deployable via Docker
When to avoid
- you need the mature, battle-tested Redis or Valkey codebase without fork risk
- you rely on features from the archived Go-based legacy DiceDB implementation
- you need strict license clarity - the GitHub license is marked NOASSERTION despite the site claiming BSD-3-Clause
- you need multi-model capabilities like document or graph storage
Facets
service · maturity active
database caching message-queue streaming databases backend self-hosted windows self-hosted cpp key-value-store redis-compatible valkey-fork in-memory-database storage-engine nosql query-subscriptions tiered-storage real-time linux macos docker
3 sources
- readme: https://github.com/dicedb/dicedb · fetched 2026-08-28 · 8da08f657e86
- homepage: https://dicedb.io/ · fetched 2026-08-29 · 5aec88cd9812
- site_page: https://dicedb.io/docs · fetched 2026-08-29 · c7de8c0a347e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dicedb/dicedb | main | 68 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem