Skip to content

Commit 08b2e33

Browse files
committed
Readded the Redis Sentinel options
1 parent d6c58a6 commit 08b2e33

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

messenger.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,22 @@ redeliver_timeout Timeout before retrying a pending ``3600``
13691369
claim_interval Interval on which pending/abandoned ``60000`` (1 Minute)
13701370
messages should be checked for to
13711371
claim - in milliseconds
1372+
sentinel_persistent_id String, if null connection is null
1373+
non-persistent.
1374+
sentinel_retry_interval Int, value in milliseconds ``0``
1375+
sentinel_read_timeout Float, value in seconds ``0``
1376+
default indicates unlimited
1377+
sentinel_timeout Float, value in seconds ``0``
1378+
default indicates unlimited
1379+
sentinel_master String, if null or empty Sentinel null
1380+
support is disabled
13721381
======================= ===================================== =================================
13731382

1383+
.. versionadded:: 5.4
1384+
1385+
The ``sentinel_persistent_id``, ``sentinel_retry_interval``, ``sentinel_read_timeout``,
1386+
``sentinel_timeout``, and ``sentinel_master`` options were introduced in Symfony 6.1.
1387+
13741388
.. caution::
13751389

13761390
There should never be more than one ``messenger:consume`` command running with the same

0 commit comments

Comments
 (0)