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

Redis sentinel #77

Open
smsalert-mobi opened this issue Sep 1, 2023 · 1 comment
Open

Redis sentinel #77

smsalert-mobi opened this issue Sep 1, 2023 · 1 comment

Comments

@smsalert-mobi
Copy link

smsalert-mobi commented Sep 1, 2023

Feature Request

Q A
New Feature yes
RFC yes
BC Break no

Summary

Redis Sentinel provides high availability for Redis. In practical terms this means that using Sentinel you can create a Redis deployment that resists without human intervention certain kinds of failures.

Redis Sentinel also provides other collateral tasks such as monitoring, notifications and acts as a configuration provider for clients.

In a nutshell Redis Sentinel need to be queried in order to find out the actual redis master.

More details can be found on the PHP extension documentation https://github.com/phpredis/phpredis/blob/develop/sentinel.md

@boesing
Copy link
Member

boesing commented Sep 2, 2023

Hey there, thanks for bringing this to my attention. as of now, I do not have the resources to implement this. if you have a project and experience with this Kind of setup, feel free to provide a patch implementing a PoC. I'll be happy to merge that, but wont work on it by myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants