From edb21017d97209c2a283f73390482cfe3d3f20c4 Mon Sep 17 00:00:00 2001 From: Javier Spagnoletti Date: Fri, 22 Nov 2019 19:04:54 -0300 Subject: [PATCH] [Messenger] Update version constraint for Redis extension --- messenger.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/messenger.rst b/messenger.rst index bd6246b078d..fedec6d681c 100644 --- a/messenger.rst +++ b/messenger.rst @@ -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 @@ -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