Skip to content

Commit 4f1628e

Browse files
committed
Merge branch '4.4'
* 4.4: Redis 4.3 is required
2 parents 90ebc8b + d0ca92a commit 4f1628e

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
@@ -864,7 +864,7 @@ The Redis transport uses `streams`_ to queue messages.
864864
# .env
865865
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
866866
867-
To use the Redis transport, you will need the Redis PHP extension (^4.2) and
867+
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
868868
a running Redis server (^5.0).
869869

870870
.. caution::

0 commit comments

Comments
 (0)