Skip to content

Commit c6543ea

Browse files
[Messenger] Fix: Redis Sentinel support - aligning paramaters with contructor
1 parent 835d083 commit c6543ea

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)