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

RedisLabs/redis-cluster-proxy

A proxy for Redis clusters. observed · 2026-08-28

github.com/RedisLabs/redis-cluster-proxy · C · AGPL-3.0 (copyleft) 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: 2714
  • days_rel: n/a
  • days_push: 1113
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1057 stars · 137 forks observed · 2026-08-28

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

A multithreaded proxy for Redis Cluster that abstracts the cluster away so clients can talk to it as if it were a single Redis instance. It automatically routes queries to the correct node, handles ASK/MOVED redirections transparently, and supports both multiplexed and private connection models.

Use cases

  • connect to a redis cluster with a client that doesn't support cluster protocol
  • route redis commands to the correct cluster node automatically
  • use a redis cluster like a single redis instance
  • handle MOVED and ASK redirects transparently for redis clients
  • run cross-slot redis commands like MGET across cluster nodes

When to choose

  • your redis client library lacks native cluster support
  • you want transparent cluster topology changes without client-side logic
  • you need multiplexed connections to reduce connection count to a redis cluster

When to avoid

  • running in production - the project is explicitly alpha and not actively maintained
  • you can use a cluster-aware redis client instead
  • you need guaranteed atomicity for cross-slot commands

Facets

service · maturity maintenance

proxy database routing middleware databases microservices developer-tools c self-hosted redis redis-cluster connection-multiplexing c not-actively-maintained linux macos

1 source

Member repositories

RepositoryRoleHealth v2
RedisLabs/redis-cluster-proxymain32

For agents

markdown · JSON · MCP: product_card(name="RedisLabs/redis-cluster-proxy")

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