Skip to content

Commit edb2101

Browse files
committed
[Messenger] Update version constraint for Redis extension
1 parent 0ad9a9f commit edb2101

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)