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

Add RedisCluster support #262

Merged
merged 3 commits into from
Nov 10, 2023
Merged

Add RedisCluster support #262

merged 3 commits into from
Nov 10, 2023

Conversation

kkinder
Copy link
Contributor

@kkinder kkinder commented Nov 6, 2023

Redbeat has Sentinel support, but no Redis cluster support from the main redis-py library.

This pull request changes that. To use the mainline redis-py cluster support, just cluster=True to your redbeat options.

I included a very minimal unittest, but have actually used this in a real-world deployment for the past week or so and it's worked well enough. I hope this is helpful to someone else.

@sibson
Copy link
Owner

sibson commented Nov 10, 2023

thanks, ✨ 🍰 ✨

@sibson sibson merged commit f39ff92 into sibson:main Nov 10, 2023
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants