distributedio/titan
A Distributed Redis Protocol Compatible NoSQL Database 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: 2849
- days_rel: n/a
- days_push: 1047
- n_releases_24m: 0
Adoption not part of the score
1402 stars · 118 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Titan is a distributed NoSQL database that provides a Redis protocol-compatible layer on top of TiKV, offering strong consistency, distributed transactions, and high availability. It allows existing Redis clients like redis-cli to connect to a horizontally scalable, multi-tenant storage backend.
Use cases
- run a redis-compatible database that scales out horizontally
- replace redis with a strongly consistent distributed datastore
- store redis data durably on tikv with high availability
- serve multiple tenants from one redis-compatible cluster
- use redis clients and commands against a distributed nosql backend
When to choose
- you need Redis protocol compatibility but require strong consistency and distributed transactions
- you want horizontal scale-out and high availability beyond what single-node Redis offers
- you already operate a TiKV/TiDB cluster and want a Redis-compatible layer on it
- you need multi-tenancy for Redis-style workloads
When to avoid
- you need full Redis feature coverage such as Pub/Sub, Lua scripting, Streams, Geo, or HyperLogLog, which are unsupported
- you want a simple single-node cache with minimal operational overhead
- you are unwilling to deploy and maintain a TiKV/PD cluster
- you need a project with frequent releases and active development
Facets
service · maturity maintenance
database caching rpc databases microservices big-data backend go cloud self-hosted redis-protocol tikv nosql distributed-database strong-consistency multi-tenancy linux docker
2 sources
- readme: https://github.com/distributedio/titan · fetched 2026-08-28 · 880adb719ffb
- homepage: https://medium.com/@shafreeck/titan-a-distributed-redis-protocol-compatible-nosql-database-4379a1307661 · fetched 2026-08-29 · 3b16b14490f1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| distributedio/titan | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="distributedio/titan")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem