cabol / nebulex_redis_adapter

Nebulex adapter for Redis

Home Page:https://hexdocs.pm/nebulex_redis_adapter/NebulexRedisAdapter.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Redis Sentinel support on the roadmap

pringlewood opened this issue · 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

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!