OpenSIPS / opensips

OpenSIPS is a GPL implementation of a multi-functionality SIP Server that targets to deliver a high-level technical solution (performance, security and quality) to be used in professional SIP server platforms.
https://opensips.org
Other
1.26k stars 576 forks source link

Support for Redis Sentinel #2323

Open arovetto opened 3 years ago

arovetto commented 3 years ago

To provide HA, Redis architecture is made of one or more Redis Sentinel to address client to the active node. To support that architecture, it's needed to implement the sentinel protocol client side.

It would be nice if you could extend redis module adding support for redis sentinel.

Here the documentation https://redis.io/topics/sentinel

Thanks
john08burke commented 3 years ago

Hey team, are there any plans to integrate sentinel support in the near future? I've also got a use-case where it would be nice to use Sentinel for HA support.

If nobody has taken the lead on this one, I can see about putting a PR together if you are open to it.