Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RedisCluster is on EOL #260

Open
XayOn opened this issue Nov 6, 2023 · 1 comment
Open

RedisCluster is on EOL #260

XayOn opened this issue Nov 6, 2023 · 1 comment

Comments

@XayOn
Copy link

XayOn commented Nov 6, 2023

RedBeat uses redis-py-cluster.
It's been 2 years since main redis-py project has incorporated cluster support.

References

connection = RedisCluster(decode_responses=True, **redis_options)

Fix

A simple


from redis.cluster import RedisCluster

Should do the trick.

@XayOn
Copy link
Author

XayOn commented Nov 6, 2023

Note that this would drop support to redis-py < 4.1, but will avoid potential issues with unmantained redis-py-cluster

XayOn added a commit to XayOn/redbeat that referenced this issue Nov 6, 2023
Drop support for redis-py < 4.1 and use redis-py's official clustering
features
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant