Skip to content

Commit 2e69b9d

Browse files
committed
minor #12659 [Messenger] Update version constraint for Redis extension (phansys)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Update version constraint for Redis extension Update version constraint for Redis extension in order to be consistent with the check performed in the component: https://github.com/symfony/symfony/blob/625a4dbfdafcb8cea8ff90a62b9c24b28694938d/src/Symfony/Component/Messenger/Transport/RedisExt/Connection.php#L50-L52. Commits ------- edb2101 [Messenger] Update version constraint for Redis extension
2 parents a3983f5 + edb2101 commit 2e69b9d

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
@@ -902,7 +902,7 @@ The Redis transport uses `streams`_ to queue messages.
902902

903903
The ``dbindex`` query parameter in Redis DSN was introduced in Symfony 4.4.
904904

905-
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
905+
To use the Redis transport, you will need the Redis PHP extension (>=4.3) and
906906
a running Redis server (^5.0).
907907

908908
A number of options can be configured via the DSN or via the ``options`` key
@@ -1088,7 +1088,7 @@ Possible options to configure with tags are:
10881088
* ``priority``
10891089

10901090
.. versionadded:: 4.4
1091-
1091+
10921092
The ability to specify ``from_transport`` on the tag, was added in Symfony 4.4.
10931093

10941094
Handler Subscriber & Options

0 commit comments

Comments
 (0)