Currently, when you make a new RedisSentinel instance, it doesn't establish a connection.
It establishes a connection upon executing a sentinel command.
It would be helpful to add a connect method so we can be sure that the sentinel is up and running.
Currently, when you make a new
RedisSentinelinstance, it doesn't establish a connection.It establishes a connection upon executing a sentinel command.
It would be helpful to add a
connectmethod so we can be sure that the sentinel is up and running.