From c6543ea01d986fa3831c4e596193fd6384fe692b Mon Sep 17 00:00:00 2001 From: Norbert Schultheisz Date: Wed, 6 Apr 2022 07:34:35 +0000 Subject: [PATCH] [Messenger] Fix: Redis Sentinel support - aligning paramaters with contructor --- messenger.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/messenger.rst b/messenger.rst index a292b3a5ac8..ea88e748379 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1369,12 +1369,12 @@ redeliver_timeout Timeout before retrying a pending ``3600`` claim_interval Interval on which pending/abandoned ``60000`` (1 Minute) messages should be checked for to claim - in milliseconds -sentinel_persistent_id String, if null connection is null +persistent_id String, if null connection is null non-persistent. -sentinel_retry_interval Int, value in milliseconds ``0`` -sentinel_read_timeout Float, value in seconds ``0`` +retry_interval Int, value in milliseconds ``0`` +read_timeout Float, value in seconds ``0`` default indicates unlimited -sentinel_timeout Float, value in seconds ``0`` +timeout Float, value in seconds ``0`` default indicates unlimited sentinel_master String, if null or empty Sentinel null support is disabled