# ledisdb/ledisdb

A high performance NoSQL Database Server powered by Go

Repository: https://github.com/ledisdb/ledisdb
Canonical: https://ross.abutalabs.com/products/ledisdb
Homepage: https://ledisdb.io
Language: Go
License: MIT
License Family: permissive
Topics: ledisdb, redis, rocksdb-support, support-cluster, goleveldb, golang
Last push: 2023-10-22T02:24:37+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4509, "days_push": 1047, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4115, forks 436 (observed 2026-08-28T04:08:35.797221+00:00)

## What it is
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
- artifact type: service
- maturity: maintenance
- function: database, http-server, caching
- domain: databases, backend, developer-tools
- platform: go, cross-platform
- tags: nosql, redis-compatible, leveldb, rocksdb, goleveldb, disk-backed, kv-store, lua-scripting, replication, linux, macos

## Member repositories
- ledisdb/ledisdb (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:35.797221+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-29T18:23:09.907010+00:00, confidence not recorded.
  - readme: https://github.com/ledisdb/ledisdb (fetched 2026-08-28T04:08:35.797221+00:00, sha b5dff0288958)
  - homepage: https://ledisdb.io (fetched 2026-08-29T09:14:40.118584+00:00, sha 65dd8b2ddfa5)
  - site_page: https://cakhiatv.club/faqs-giup-toi-uu-trai-nghiem-xem-va-bao-mat (fetched 2026-08-29T09:14:40.129049+00:00, sha 3c854c8c8803)
- Data as of 2026-08-30T08:39:29.467469+00:00.
