File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -326,6 +326,8 @@ def master_for(
326326 ):
327327 """
328328 Returns a redis client instance for the ``service_name`` master.
329+ Sentinel client will detect failover and reconnect Redis clients
330+ automatically.
329331
330332 A :py:class:`~redis.sentinel.SentinelConnectionPool` class is
331333 used to retrieve the master's address before establishing a new
Original file line number Diff line number Diff line change @@ -349,6 +349,8 @@ def master_for(
349349 ):
350350 """
351351 Returns a redis client instance for the ``service_name`` master.
352+ Sentinel client will detect failover and reconnect Redis clients
353+ automatically.
352354
353355 A :py:class:`~redis.sentinel.SentinelConnectionPool` class is
354356 used to retrieve the master's address before establishing a new
You can’t perform that action at this time.
0 commit comments