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.
2 parents 19b80a9 + e92d9b8 commit aed76caCopy full SHA for aed76ca
messenger.rst
@@ -877,7 +877,7 @@ The Redis transport uses `streams`_ to queue messages.
877
# .env
878
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
879
# Full DSN Example
880
- 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
881
882
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
883
a running Redis server (^5.0).
0 commit comments