Skip to content

Commit b7855d3

Browse files
committed
minor #16692 [Messenger] Fix: Redis Sentinel support - aligning paramaters with co… (norbertschultheisz)
This PR was merged into the 6.1 branch. Discussion ---------- [Messenger] Fix: Redis Sentinel support - aligning paramaters with co… [Messenger] Fix: Redis Sentinel support - aligning paramaters with constructor original PR [https://github.com/symfony/symfony-docs/pull/16113](https://github.com/symfony/symfony-docs/pull/16113) Commits ------- c6543ea [Messenger] Fix: Redis Sentinel support - aligning paramaters with contructor
2 parents 08b2e33 + c6543ea commit b7855d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

messenger.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,12 +1369,12 @@ 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
1372+
persistent_id String, if null connection is null
13731373
non-persistent.
1374-
sentinel_retry_interval Int, value in milliseconds ``0``
1375-
sentinel_read_timeout Float, value in seconds ``0``
1374+
retry_interval Int, value in milliseconds ``0``
1375+
read_timeout Float, value in seconds ``0``
13761376
default indicates unlimited
1377-
sentinel_timeout Float, value in seconds ``0``
1377+
timeout Float, value in seconds ``0``
13781378
default indicates unlimited
13791379
sentinel_master String, if null or empty Sentinel null
13801380
support is disabled

0 commit comments

Comments
 (0)