Skip to content

Remove hint that redis does not support DelayStamp #12596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove hint that redis does not support DelayStamp
  • Loading branch information
alexander-schranz committed Nov 5, 2019
commit b98fa06f8d7677d9d236c28d6c71d1ea855cd52f
4 changes: 0 additions & 4 deletions messenger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``:

Expand Down