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.
902
902
903
903
The ``dbindex `` query parameter in Redis DSN was introduced in Symfony 4.4.
904
904
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
906
906
a running Redis server (^5.0).
907
907
908
908
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:
1088
1088
* ``priority ``
1089
1089
1090
1090
.. versionadded :: 4.4
1091
-
1091
+
1092
1092
The ability to specify ``from_transport `` on the tag, was added in Symfony 4.4.
1093
1093
1094
1094
Handler Subscriber & Options
You can’t perform that action at this time.
0 commit comments