We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d65e2 commit 71ae81bCopy full SHA for 71ae81b
messenger.rst
@@ -866,7 +866,7 @@ The Redis transport uses `streams`_ to queue messages.
866
# .env
867
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
868
# Full DSN Example
869
- MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1
+ MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0
870
871
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
872
a running Redis server (^5.0).
0 commit comments