redis-om-python icon indicating copy to clipboard operation
redis-om-python copied to clipboard

Does redis-on-python support sentinel connections?

Open BigDuke6nc opened this issue 5 months ago • 1 comments

I have been trying to get a connection to the master after getting it from the sentinel using sentinel.master_for()

This returns a Redis client as far as I can tell but when I try to set the Meta database to the return value I get connecting to localhost:6379. Connection refused. The connection is ignoring the master connection I am getting back from the sentinel. Whenever I connect using the same connection info and do a master.json().set() I have no issues. Can we not use this OM package in sentinel environment?

BigDuke6nc avatar Jan 24 '24 19:01 BigDuke6nc