RedBeardLab/rediSQL
Redis module that provides a completely functional SQL database observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived no_license
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: 3572
- days_rel: n/a
- days_push: 1879
- n_releases_24m: 0
Adoption not part of the score
1547 stars · 149 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RediSQL is a Redis module that embeds a fully functional SQL database (SQLite-based) into Redis, allowing standard SQL queries through the Redis protocol. It supports fast in-memory operations, lightweight per-tenant databases, on-disk persistence, and streaming query results, but is no longer maintained in favor of its successor zeeSQL.
Use cases
- run SQL queries inside Redis
- in-memory SQL database with Redis persistence
- create lightweight per-tenant or per-user databases
- store transient data in SQL and discard it easily
- stream SQL query results to multiple clients via Redis Streams
- expose a SQL database directly to end users instead of building an API
When to choose
- you already run Redis and want SQL capabilities without a separate database server
- you need very fast in-memory SQL inserts (up to 130k/sec)
- you want many small isolated SQL databases for tenants or users
- you want Redis RDB/AOF persistence backing a SQL engine
When to avoid
- you need a maintained project - it is explicitly unmaintained in favor of zeeSQL
- you need a general-purpose relational database with full SQL feature set like Postgres
- you cannot run Redis modules or load third-party binaries
- you need strict licensing clarity - the license is non-standard
Facets
library · maturity abandoned
database caching databases backend developer-tools self-hosted redis-module sqlite sql-database in-memory-database superseded-by-zeesql in-memory linux macos docker
2 sources
- readme: https://github.com/RedBeardLab/rediSQL · fetched 2026-08-28 · 366a66cd19c2
- homepage: https://redisql.com · fetched 2026-08-29 · 50f81f7e11e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RedBeardLab/rediSQL | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="RedBeardLab/rediSQL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem