File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -889,16 +889,21 @@ a running Redis server (^5.0).
889889A number of options can be configured via the DSN or via the ``options `` key
890890under the transport in ``messenger.yaml ``:
891891
892- ================== =================================== =======
892+ ================== =================================== =========================
893893 Option Description Default
894- ================== =================================== =======
894+ ================== =================================== =========================
895895stream The Redis stream name messages
896896group The Redis consumer group name symfony
897897consumer Consumer name used in Redis consumer
898898serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
899899 in Redis (the
900900 ``Redis::OPT_SERIALIZER `` option)
901- ================== =================================== =======
901+ stream_max_entries The maximum number of entries which 0 (= no trimming)
902+ the stream will be trimmed to. Be
903+ careful with the configured number
904+ because it might cause a loss of
905+ pending messages
906+ ================== =================================== =========================
902907
903908In Memory Transport
904909~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments