{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/2"}],"enrichment":{"capability":"Provides a Python client for Redis Cluster, enabling communication with Redis 3.0+ cluster deployments through a high-level API built on top of redis.","skillfed_tags":["redis-cluster","abandoned"],"use_cases":["Connect a Python application to an existing Redis Cluster deployment for key-value operations across multiple nodes","Perform pipelined commands against a Redis Cluster while automatically handling slot-to-node routing","Read from replica nodes in a Redis Cluster to offload read traffic from primary nodes","Implement cluster-aware pub/sub messaging in Python applications","Migrate a single-node Redis client to a clustered setup without rewriting application logic"],"what_it_does":"redis-py-cluster is a client library that abstracts Redis Cluster protocol handling, allowing Python applications to interact with Redis Cluster deployments as if they were a single logical Redis instance. It wraps redis and adds cluster-aware routing, slot management, and node discovery, so you can call standard Redis commands (set, get, etc.) and the client automatically routes them to the correct cluster node.\n\nThe package supports Python 2.7 through 3.8, though version 2.1.3 is the last release and the repository is now archived. It depends only on redis and provides a RedisCluster class that accepts a list of startup nodes for cluster discovery. Its abandonment means it will not receive bug fixes or compatibility updates for newer Redis Cluster features or Python versions.","worth_installing":"No, unless you are maintaining legacy code already using this package. The repository is archived and abandoned since 2023-08-24 with no updates since 2021-05-30. While it has no known vulnerabilities and low install friction, the lack of active maintenance means it will not receive updates for new Redis Cluster features, Python versions, or security issues. For new projects, use an actively maintained Redis Cluster client."},"id":"redis-py-cluster","links":{"html":"https://skillfed.io/packages/redis-py-cluster","md":"https://skillfed.io/packages/redis-py-cluster.md","pypi":"https://pypi.org/project/redis-py-cluster/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-05-30","license_spdx":null,"license_treatment":"permissive","name":"redis-py-cluster","python_support":"supports_current","summary":"Library for communicating with Redis Clusters. Built on top of redis-py lib"},"popularity":{"monthly_downloads":3654075,"position":2541,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.1.3"}
