eloqdata/eloqkv
High Performance Redis-API Compatible Distributed Database with Persistency, Scalability, Full ACID Transactions, and Tiered S3 Storage Cost Efficiency observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 97
- Release rhythm 97
- Longevity 41
Flags: no_license
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: 10.5
- age_days: 574
- days_rel: 21
- days_push: 20
- n_releases_24m: 7
Adoption not part of the score
1495 stars · 60 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
EloqKV is a high-performance distributed key-value database with a Redis/ValKey-compatible API, built in C++ on a transactional data substrate. It adds ACID transactions, horizontal scalability, replicated durability, and automatic tiering of cold data to S3 while keeping Redis client compatibility.
Use cases
- drop-in Redis replacement with ACID transactions
- distributed key-value store with strong consistency
- cache that persists data durably
- scale Redis workloads beyond single-node memory limits
- tiered storage to cut memory costs for cold data
- multi-threaded high-throughput Redis API server
When to choose
- you need Redis API compatibility plus real transactions with rollback
- your dataset exceeds memory and you want automatic disk/S3 tiering
- you need distributed ACID transactions across keys or nodes
- you want higher QPS than single-threaded Redis on multicore hardware
When to avoid
- you need the exact Redis ecosystem of modules and tooling
- you want a battle-tested, widely deployed store like Redis or Valkey
- your workload is tiny and a plain Redis instance suffices
- you require a permissive open-source license (GPL/NOASSERTION here)
Facets
service · maturity active
database caching serialization databases microservices backend developer-tools cloud self-hosted cpp redis-compatible key-value-store acid-transactions tiered-storage distributed-database valkey-compatible in-memory-database linux docker
1 source
- readme: https://github.com/eloqdata/eloqkv · fetched 2026-08-28 · 53b83a725d9f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eloqdata/eloqkv | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem