ledisdb/ledisdb
A high performance NoSQL Database Server powered by Go observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4509
- days_rel: n/a
- days_push: 1047
- n_releases_24m: 0
Adoption not part of the score
4115 stars · 436 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
LedisDB is a high-performance NoSQL database server and embeddable Go library that offers a Redis-like API (KV, list, hash, zset, set) while persisting data to disk. It supports multiple storage backends including goleveldb, LevelDB, RocksDB, and RAM, plus Lua scripting, TTLs, replication, and an HTTP API with JSON/BSON/msgpack output.
Use cases
- run a redis-like database that isn't limited by RAM
- embed a key-value store with lists and hashes in a Go application
- store redis-style data structures on disk with leveldb or rocksdb
- manage a nosql server with redis-cli
- set up replication for a disk-backed kv store
- serve database queries over an HTTP API with JSON output
When to choose
- you want Redis data structures but data larger than available memory
- you need an embeddable Go key-value store with rich types
- you want pluggable storage backends like LevelDB or RocksDB
When to avoid
- you need full Redis compatibility or the latest Redis features
- you need a database with an active development community and frequent updates
- you need multi-master clustering beyond the xcodis proxy
Facets
service · maturity maintenance
database http-server caching databases backend developer-tools go cross-platform nosql redis-compatible leveldb rocksdb goleveldb disk-backed kv-store lua-scripting replication linux macos
3 sources
- readme: https://github.com/ledisdb/ledisdb · fetched 2026-08-28 · b5dff0288958
- homepage: https://ledisdb.io · fetched 2026-08-29 · 65dd8b2ddfa5
- site_page: https://cakhiatv.club/faqs-giup-toi-uu-trai-nghiem-xem-va-bao-mat · fetched 2026-08-29 · 3c854c8c8803
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ledisdb/ledisdb | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem