Skip to content

Commit d5f1e70

Browse files
committed
minor #12596 Remove hint that redis does not support DelayStamp (alexander-schranz)
This PR was merged into the 4.4 branch. Discussion ---------- Remove hint that redis does not support DelayStamp The DelayStamp was added in 4.4 symfony/symfony#31977 so the hint can now be removed. fixes #12595 Commits ------- b98fa06 Remove hint that redis does not support DelayStamp
2 parents c6138eb + b98fa06 commit d5f1e70

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

messenger.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -905,10 +905,6 @@ The Redis transport uses `streams`_ to queue messages.
905905
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
906906
a running Redis server (^5.0).
907907

908-
.. caution::
909-
910-
The Redis transport does not support "delayed" messages.
911-
912908
A number of options can be configured via the DSN or via the ``options`` key
913909
under the transport in ``messenger.yaml``:
914910

0 commit comments

Comments
 (0)