Skip to content

Commit 89d199b

Browse files
committed
minor #18809 Add information about timeout semantics for redis option timeout (andrew-demb)
This PR was submitted for the 6.1 branch but it was merged into the 6.3 branch instead. Discussion ---------- Add information about timeout semantics for redis option `timeout` <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Lowest branch with introduced `timeout` option - `6.1` Commits ------- e3550df Add information about timeout semantics for redis option `timeout`
2 parents 69ab801 + e3550df commit 89d199b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

messenger.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,8 +1624,8 @@ persistent_id String, if null connection is null
16241624
retry_interval Int, value in milliseconds ``0``
16251625
read_timeout Float, value in seconds ``0``
16261626
default indicates unlimited
1627-
timeout Float, value in seconds ``0``
1628-
default indicates unlimited
1627+
timeout Connection timeout. Float, value in ``0``
1628+
seconds default indicates unlimited
16291629
sentinel_master String, if null or empty Sentinel null
16301630
support is disabled
16311631
======================= ===================================== =================================

0 commit comments

Comments
 (0)