File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
906906a running Redis server (^5.0).
907907
908908A 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
10941094Handler Subscriber & Options
You can’t perform that action at this time.
0 commit comments