# CodisLabs/codis

Proxy based Redis cluster solution supporting pipeline and scaling dynamically

Repository: https://github.com/CodisLabs/codis
Canonical: https://ross.abutalabs.com/products/codis
Language: Go
License: MIT
License Family: permissive
Topics: go, redis, redis-cluster, nosql, golang
Last push: 2024-04-15T03:46:45+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4328, "days_push": 870, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13224, forks 2657 (observed 2026-08-28T04:11:02.640568+00:00)

## What it is
Codis is a proxy-based, high-performance Redis cluster solution written in Go that provides transparent sharding and dynamic resharding without restarting the cluster. It includes a web dashboard, admin tools, and works with any standard Redis client.

## Use cases
- scale a Redis cluster horizontally without downtime
- shard Redis across many servers behind a single proxy
- migrate Redis slots between servers while the cluster is live
- use any Redis client with a sharded Redis setup
- run Redis pipelines across a sharded cluster
- manage and monitor a Redis cluster through a web dashboard

## When to choose
- you need dynamic resharding without restarting your Redis cluster
- your Redis clients don't support the Redis Cluster protocol
- you need pipeline support with sharding, unlike native Redis Cluster
- you want a GUI dashboard and admin tooling for a Redis cluster

## When to avoid
- you can use native Redis Cluster and clients that support the cluster protocol
- you need a small, simple Redis deployment without sharding
- you require cutting-edge Redis features or very recent Redis versions
- you want a project with frequent active development

## Facets
- artifact type: service
- maturity: maintenance
- function: proxy, database, caching, middleware, load-testing
- domain: databases, microservices, backend, self-hosted
- platform: go, self-hosted
- tags: redis-cluster, redis-proxy, sharding, resharding, etcd, zookeeper, nosql, linux, docker

## Member repositories
- CodisLabs/codis (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:02.640568+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:13:25.688420+00:00, confidence not recorded.
  - readme: https://github.com/CodisLabs/codis (fetched 2026-08-28T04:11:02.640568+00:00, sha 11cfc5522633)
- Data as of 2026-08-30T08:39:29.467469+00:00.
