Skip to content

Commit aed76ca

Browse files
committed
Merge branch '4.4'
* 4.4: Add stream_max_entries to full redis messenger dsn example
2 parents 19b80a9 + e92d9b8 commit aed76ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ The Redis transport uses `streams`_ to queue messages.
877877
# .env
878878
MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
879879
# Full DSN Example
880-
MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1
880+
MESSENGER_TRANSPORT_DSN=redis://password@localhost:6379/messages/symfony/consumer?auto_setup=true&serializer=1&stream_max_entries=0
881881
882882
To use the Redis transport, you will need the Redis PHP extension (^4.3) and
883883
a running Redis server (^5.0).

0 commit comments

Comments
 (0)