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

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

github.com/alash3al/redix · homepage · Go 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
alash3al/redixmain23

For agents

markdown · JSON · MCP: product_card(name="alash3al/redix")

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