alash3al/redix
a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: 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: 2820
- days_rel: n/a
- days_push: 1275
- n_releases_24m: 0
Adoption not part of the score
1222 stars · 76 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Redix is a key-value datastore server that speaks the Redis protocol (RESP) while using pluggable storage engines like PostgreSQL and the filesystem as the backend. It lets you use any Redis client to persist data on disk instead of in-memory Redis.
Use cases
- run a redis-compatible server backed by postgres
- persist key-value data on disk with redis clients
- replace in-memory redis with durable storage
- expose a simple key-value api over the redis protocol
- use redis cli against a postgres-backed datastore
When to choose
- you want redis protocol compatibility but need disk-backed persistence
- you want to reuse existing storage engines like postgres with a simple key-value interface
- memory constraints make in-memory redis impractical
When to avoid
- you need full redis feature set like pub/sub, sorted sets, or lua scripting
- you need a battle-tested, actively maintained datastore for production
- you require a project with a clear license
Facets
service · maturity maintenance
database http-server caching databases backend developer-tools go self-hosted redis-protocol key-value-store storage-engines postgresql resp nosql linux macos docker
3 sources
- readme: https://github.com/alash3al/redix · fetched 2026-08-28 · 3dcaba9ff15a
- homepage: https://redix.alash3al.com/ · fetched 2026-08-29 · 43e3e2cb268c
- site_page: https://redix.alash3al.com/installation.html · fetched 2026-08-29 · e0d4b9c4c049
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| alash3al/redix | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem