redis / redis-om-python

Object mapping, and more, for Redis and Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does redis-on-python support sentinel connections?

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