Ross ROSS = Recommend OSS · open-source software intelligence for agents

cberner/redb

An embedded key-value database in pure Rust observed · 2026-08-28

github.com/cberner/redb · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 98
  • 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: 17.5
  • age_days: 2901
  • days_rel: 16
  • days_push: 7
  • n_releases_24m: 21

Full methodology

Adoption not part of the score

4753 stars · 235 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

redb is a simple, portable, high-performance embedded key-value database written in pure Rust, loosely inspired by LMDB. It stores data in copy-on-write B+trees and provides fully ACID-compliant transactions with MVCC, savepoints, and crash safety.

Use cases

  • embed a persistent key-value store in a Rust application
  • replace LMDB or RocksDB with a pure-Rust alternative
  • store application settings or metadata with ACID guarantees
  • run concurrent readers alongside a writer without blocking
  • persist data in no_std embedded environments with custom storage backends
  • build a local cache or index with zero-copy reads

When to avoid

  • you need SQL or rich queries beyond key-value lookups
  • you need a client-server or networked database
  • you need multi-writer concurrency across processes
  • you need features like secondary indexes or full-text search

Facets

library · maturity stable

database serialization databases developer-tools rust cross-platform embedded key-value-store embedded-database acid mvcc copy-on-write btree no-std lmdb-alternative

3 sources

Member repositories

RepositoryRoleHealth v2
cberner/redbmain99

For agents

markdown · JSON · MCP: product_card(name="cberner/redb")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem