seppo0010/rlite
self-contained, serverless, zero-configuration, transactional redis-compatible database engine. rlite is to Redis what SQLite is to SQL. 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4205
- days_rel: n/a
- days_push: 2153
- n_releases_24m: 0
Adoption not part of the score
1067 stars · 39 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rlite is a self-contained, serverless, zero-configuration, transactional Redis-compatible database engine written in C, analogous to SQLite for SQL. It supports in-memory or single-file persistence and offers bindings for many languages including Ruby, Python, Go, Java, Node.js, PHP, and Rust.
Use cases
- use redis data structures in a mobile app without a server
- replace redis in local development without running a redis process
- use an embedded redis-compatible database in tests and CI
- store client-side application data in a single file
- run a redis slave replica backed by a file
When to choose
- you want redis commands without running a redis server
- you need an embedded key-value store with redis semantics for tests or development
- you want single-file persistence with random access instead of rdb/aof snapshots
When to avoid
- you need a production-grade networked redis server with clustering and replication
- you need the full set of redis modules or latest redis commands
- you require active maintenance and recent updates
Facets
library · maturity maintenance
database caching serialization databases developer-tools mobile-development testing cross-platform cli python go rust php jvm ruby redis-compatible embedded-database in-memory sqlite-like key-value-store mobile nodejs
1 source
- readme: https://github.com/seppo0010/rlite · fetched 2026-08-28 · 5b0a6215e02b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| seppo0010/rlite | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem