redis / lettucemod

Java client for Redis Modules
Apache License 2.0
50 stars 18 forks source link

Support redis sentinel #45

Open smas321 opened 1 year ago

smas321 commented 1 year ago

Looking at the code, it does not appear that sentinel is supported. I wanted to confirm if this is actually the case. It looks like standalone and cluster only are supported

Jadenko commented 1 year ago

I made the same remark, that's sad

smas321 commented 1 year ago

I ended up just implementing it myself, it's not too hard. Maybe I'll do a PR