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(
326
326
):
327
327
"""
328
328
Returns a redis client instance for the ``service_name`` master.
329
+ Sentinel client will detect failover and reconnect Redis clients
330
+ automatically.
329
331
330
332
A :py:class:`~redis.sentinel.SentinelConnectionPool` class is
331
333
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(
349
349
):
350
350
"""
351
351
Returns a redis client instance for the ``service_name`` master.
352
+ Sentinel client will detect failover and reconnect Redis clients
353
+ automatically.
352
354
353
355
A :py:class:`~redis.sentinel.SentinelConnectionPool` class is
354
356
used to retrieve the master's address before establishing a new
You can’t perform that action at this time.
0 commit comments