nebulex_redis_adapter icon indicating copy to clipboard operation
nebulex_redis_adapter copied to clipboard

Is Redis Sentinel support on the roadmap

Open pringlewood opened this issue 1 year ago • 1 comments

Hi Thanks for all the hard work on this library. We are busy implementing it but have run into the issue that our redis cluster is setup with sentinel support for primary discovery with secondary replicas.

Is sentinel support on the roadmap? If not are you open to PRs for its implementation?

thanks

pringlewood avatar Oct 05 '23 15:10 pringlewood

Hi 👋 !!

Is sentinel support on the roadmap?

Sentinel support is not on the roadmap at the moment, perhaps in the future but would be more in the long term.

If not are you open to PRs for its implementation?

Absolutely. I've tried to implement the adapter in a flexible/modular way to make these things easier. The Sentinel can be implemented as another mode. So, yes, PRs are very welcome and I'd be glad to help.

Thanks!

cabol avatar Oct 05 '23 15:10 cabol