nebulex_redis_adapter
nebulex_redis_adapter copied to clipboard
Is Redis Sentinel support on the roadmap
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
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!