8000 Redis 4.3 is required · symfony/symfony-docs@c76afd3 · GitHub
[go: up one dir, main page]

Skip to content

Commit c76afd3

Browse files
committed
Redis 4.3 is required
1 parent a24a773 commit c76afd3

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)
0