Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d5f607

Browse filesBrowse 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
Copy full SHA for 3d5f607

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎messenger.rst

Copy file name to clipboardExpand all lines: messenger.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.