# Grokzen/redis-py-cluster

Python cluster client for the official redis cluster. Redis 3.0+.

Repository: https://github.com/Grokzen/redis-py-cluster
Canonical: https://ross.abutalabs.com/products/redis-py-cluster
Homepage: https://redis-py-cluster.readthedocs.io/
Language: Python
License: MIT
License Family: permissive
Topics: redis, redis-cluster, redis-cluster-client, redis-client, python, python3
Archived: true
Last push: 2023-08-24T14:35:55+00:00

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

## Adoption (not part of the score)
Stars 1094, forks 306 (observed 2026-08-28T04:03:33.847565+00:00)

## What it is
A Python client library for connecting to Redis Cluster (Redis 3.0+), built on top of redis-py and ported from antirez's redis-rb-cluster. The project is end-of-life since its functionality was merged into redis-py 4.1.0.

## Use cases
- connect to a redis cluster from python
- python client for redis cluster mode
- distribute redis keys across cluster nodes
- migrate legacy redis-py-cluster code to redis-py
- run redis cluster commands in python 3

## When to choose
- you are stuck on redis-py older than 4.1.0 and need cluster support
- maintaining a legacy codebase already using this package

## When to avoid
- starting a new project - use redis-py 4.1.0+ which has native cluster support
- you need ongoing bug fixes or support for newer Redis features

## Facets
- artifact type: library
- maturity: abandoned
- function: database-driver, database
- domain: databases, developer-tools
- platform: python, cross-platform
- tags: redis, redis-cluster, redis-py, eol, cluster-client

## Member repositories
- Grokzen/redis-py-cluster (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:33.847565+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-30T06:47:26.913858+00:00, confidence not recorded.
  - readme: https://github.com/Grokzen/redis-py-cluster (fetched 2026-08-28T04:03:33.847565+00:00, sha 8b83a70e0ed3)
  - registry_pypi: https://pypi.org/pypi/redis-py-cluster/json (fetched 2026-08-29T12:51:00.715487+00:00, sha 125d4c9628a8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
