yongman/tidis
Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 3060
- days_rel: n/a
- days_push: 1443
- n_releases_24m: 0
Adoption not part of the score
1441 stars · 139 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Tidis is a distributed transactional NoSQL database written in Go that exposes a Redis protocol-compatible API (string, list, hash, set, sorted set) backed by TiKV for Raft-replicated, 2PC-transactional storage. This original repository is archived and unmaintained; development continues in the Rust rewrite at tidb-incubator/tidis.
Use cases
- redis-compatible database with durable disk-backed storage
- horizontally scalable redis alternative for large datasets
- distributed key-value store with transactions and raft replication
- replace redis where memory cost is too high
- storage and compute separation for nosql workloads
When to choose
- you need redis protocol compatibility but data larger than memory
- you want linear scale-out and strong consistency via raft and 2pc
- you already operate a tikv cluster
When to avoid
- you need a maintained project - this repo is archived; use tidb-incubator/tidis instead
- you need full redis feature coverage or lua scripting in this Go version
- you want a simple single-node redis deployment
Facets
service · maturity abandoned
database caching serialization concurrency databases microservices backend developer-tools go self-hosted cloud redis-protocol tikv distributed-nosql raft 2pc shared-nothing archived linux docker
2 sources
- readme: https://github.com/yongman/tidis · fetched 2026-08-28 · 32e09c3c8b04
- homepage: https://github.com/tidb-incubator/tidis · fetched 2026-08-29 · 4e49ea38c43c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yongman/tidis | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem