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).
889
889
A number of options can be configured via the DSN or via the ``options `` key
890
890
under the transport in ``messenger.yaml ``:
891
891
892
- ================== =================================== =======
892
+ ================== =================================== =========================
893
893
Option Description Default
894
- ================== =================================== =======
894
+ ================== =================================== =========================
895
895
stream The Redis stream name messages
896
896
group The Redis consumer group name symfony
897
897
consumer Consumer name used in Redis consumer
898
898
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
899
899
in Redis (the
900
900
``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
+ ================== =================================== =========================
902
907
903
908
In Memory Transport
904
909
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments