From c76afd38e1891e445eb94e3d64e5402970ff5f1d Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Wed, 12 Jun 2019 10:44:44 -0400 Subject: [PATCH] Redis 4.3 is required --- messenger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messenger.rst b/messenger.rst index 7221e4ad2e6..3f8d5412313 100644 --- a/messenger.rst +++ b/messenger.rst @@ -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::