laminas / laminas-cache-storage-adapter-redis

BSD 3-Clause "New" or "Revised" License
8 stars 12 forks source link

Redis sentinel #77

Open smsalert-mobi opened 1 year ago

smsalert-mobi commented 1 year ago

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 commented 1 year ago

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.