From b98fa06f8d7677d9d236c28d6c71d1ea855cd52f Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Tue, 5 Nov 2019 21:53:21 +0100 Subject: [PATCH] Remove hint that redis does not support DelayStamp --- messenger.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/messenger.rst b/messenger.rst index 8bf20926c2b..a95034804a0 100644 --- a/messenger.rst +++ b/messenger.rst @@ -905,10 +905,6 @@ The Redis transport uses `streams`_ to queue messages. To use the Redis transport, you will need the Redis PHP extension (^4.3) and a running Redis server (^5.0). -.. caution:: - - The Redis transport does not support "delayed" messages. - A number of options can be configured via the DSN or via the ``options`` key under the transport in ``messenger.yaml``: