# Tencent/Tendis

Tendis is a high-performance distributed storage system fully compatible with the Redis protocol.

Repository: https://github.com/Tencent/Tendis
Canonical: https://ross.abutalabs.com/products/tendis
Homepage: http://tendis.cn
Language: C++
License: NOASSERTION
License Family: other
Topics: redis, tendis, cpp17, rocksdb, kv, kvstore, high-performance, nosql
Last push: 2026-06-26T07:42:59+00:00

## Health v2 (maintenance only)
Score: 81/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 89, release rhythm 60, longevity 100
- inputs: {"age_days": 2086, "days_push": 68, "days_rel": 56, "gap_med": 238.0, "n_releases_24m": 3}
- 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 3155, forks 343 (observed 2026-08-28T04:07:46.299558+00:00)

## What it is
Tendis is a high-performance distributed key-value storage system fully compatible with the Redis protocol, built on RocksDB for disk-based persistent storage. It uses a decentralized gossip-based cluster design similar to Redis Cluster, supporting horizontal scaling, online data migration, and automatic failover.

## Use cases
- store redis datasets larger than memory on disk
- run a redis-compatible database with persistent storage
- scale a redis-like kv store to hundreds of nodes
- reduce storage costs for redis workloads with cold data
- self-host a distributed redis alternative

## When to choose
- your dataset exceeds available memory and redis costs are too high
- you need redis protocol compatibility with PB-scale disk-backed capacity
- you want a decentralized cluster with automatic failover like redis cluster

## When to avoid
- you need the absolute lowest latency of in-memory redis
- you rely on redis commands or features Tendis does not implement
- you need a cross-platform solution - only Linux x64 is supported

## Facets
- artifact type: service
- maturity: active
- function: database, caching, search-engine
- domain: databases, big-data, backend, microservices
- platform: cpp, self-hosted
- tags: redis-compatible, rocksdb, kv-store, nosql, distributed-cluster, persistent-storage, linux

## Member repositories
- Tencent/Tendis (main) score 81

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:46.299558+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-30T07:25:38.681416+00:00, confidence not recorded.
  - readme: https://github.com/Tencent/Tendis (fetched 2026-08-28T04:07:46.299558+00:00, sha 93a42864b250)
  - homepage: http://tendis.cn (fetched 2026-08-29T09:40:06.376676+00:00, sha 5791366cf283)
- Data as of 2026-08-30T08:39:29.467469+00:00.
