Skip to content

[Messenger] Update version constraint for Redis extension #12659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ The Redis transport uses `streams`_ to queue messages.

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

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

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

.. versionadded:: 4.4

The ability to specify ``from_transport`` on the tag, was added in Symfony 4.4.

Handler Subscriber & Options
Expand Down