Skip to content

Commit 3d5f607

Browse files
committed
minor #11732 Redis 4.3 is required (weaverryan)
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
2 parents abb781f + c76afd3 commit 3d5f607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ The Redis transport uses `streams`_ to queue messages.
877877
# .env
878878
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
879879
880-
To use the Redis transport, you will need the Redis PHP extension (^4.2) and
880+
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
881881
a running Redis server (^5.0).
882882

883883
.. caution::

0 commit comments

Comments
 (0)