Skip to content

Commit

Permalink
minor #11732 Redis 4.3 is required (weaverryan)
Browse files Browse the repository at this point in the history
This PR was merged into the 4.3 branch.

Discussion
----------

Redis 4.3 is required

See symfony/symfony#31872

But also the conversation on symfony/messenger@47d2b91

So, I'm not actually sure if that commit is correct and the docs should be updated, or if that commit is wrong. Opening this up to at least have some placeholder to figure that out.

Commits
-------

c76afd3 Redis 4.3 is required
  • Loading branch information
javiereguiluz committed Jun 13, 2019
2 parents abb781f + c76afd3 commit 3d5f607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messenger.rst
Expand Up @@ -877,7 +877,7 @@ The Redis transport uses `streams`_ to queue messages.
# .env
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
To use the Redis transport, you will need the Redis PHP extension (^4.2) and
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
a running Redis server (^5.0).

.. caution::
Expand Down

0 comments on commit 3d5f607

Please sign in to comment.