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

Allow the RedisDriver to launch a Redis Cluster. #163

Closed
wants to merge 5 commits into from

Conversation

maeln
Copy link

@maeln maeln commented Dec 22, 2023

The current RedisDriver didn't have the ability to launch a 3 node HA Redis Cluster.
This PR ain to add this functionality.
Note that Sentinel and Cluster are exclusive. This is reflected in the code.

@zzzeek
Copy link
Contributor

zzzeek commented Feb 9, 2024

hey folks, dogpile.cache / sqlalchemy here, is pifpaf still being maintained? this is a pretty simple PR and it's kind of blocking us on merging a new feature with tests. if pifpaf is no longer maintained we'd need to start devising alternatives

@jd
Copy link
Owner

jd commented Feb 9, 2024

@zzzeek it's slightly maintained, I think the main issue here is that the CI did not run and I'm not even sure CI is still working TBH.

@zzzeek
Copy link
Contributor

zzzeek commented Feb 9, 2024

@jd you're here! thanks so much, I know all about "slightly maintained" and that's fine :) yah the PR here looks a little bigger than I thought

@maeln maeln closed this May 30, 2024
@maeln
Copy link
Author

maeln commented May 30, 2024

I have no time to work on this sadly.

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.

3 participants