# eloqdata/eloqkv

High Performance Redis-API Compatible Distributed Database with Persistency, Scalability, Full ACID Transactions, and Tiered S3 Storage Cost Efficiency

Repository: https://github.com/eloqdata/eloqkv
Canonical: https://ross.abutalabs.com/products/eloqkv
Homepage: https://www.eloqdata.com/
Language: Tcl
License: NOASSERTION
License Family: other
Last push: 2026-08-13T04:05:25+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 97, longevity 41
- inputs: {"age_days": 574, "days_push": 20, "days_rel": 21, "gap_med": 10.5, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1495, forks 60 (observed 2026-08-28T04:04:53.074827+00:00)

## What it is
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
- artifact type: service
- maturity: active
- function: database, caching, serialization
- domain: databases, microservices, backend, developer-tools
- platform: cloud, self-hosted, cpp
- tags: redis-compatible, key-value-store, acid-transactions, tiered-storage, distributed-database, valkey-compatible, in-memory-database, linux, docker

## Member repositories
- eloqdata/eloqkv (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:53.074827+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:16.612171+00:00, confidence not recorded.
  - readme: https://github.com/eloqdata/eloqkv (fetched 2026-08-28T04:04:53.074827+00:00, sha 53b83a725d9f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
