Tencent/Tendis
Tendis is a high-performance distributed storage system fully compatible with the Redis protocol. observed · 2026-08-28
Health v2 · maintenance only
81/100
- Activity 89
- Release rhythm 60
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: 238.0
- age_days: 2086
- days_rel: 56
- days_push: 68
- n_releases_24m: 3
Adoption not part of the score
3155 stars · 343 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
service · maturity active
database caching search-engine databases big-data backend microservices cpp self-hosted redis-compatible rocksdb kv-store nosql distributed-cluster persistent-storage linux
2 sources
- readme: https://github.com/Tencent/Tendis · fetched 2026-08-28 · 93a42864b250
- homepage: http://tendis.cn · fetched 2026-08-29 · 5791366cf283
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Tencent/Tendis | main | 81 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem