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 @@ -876,16 +876,21 @@ a running Redis server (^5.0).
876
876
A number of options can be configured via the DSN or via the ``options `` key
877
877
under the transport in ``messenger.yaml ``:
878
878
879
- ================== =================================== =======
879
+ ================== =================================== =========================
880
880
Option Description Default
881
- ================== =================================== =======
881
+ ================== =================================== =========================
882
882
stream The Redis stream name messages
883
883
group The Redis consumer group name symfony
884
884
consumer Consumer name used in Redis consumer
885
885
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
886
886
in Redis (the
887
887
``Redis::OPT_SERIALIZER `` option)
888
- ================== =================================== =======
888
+ stream_max_entries The maximum number of entries which 0 (= no trimming)
889
+ the stream will be trimmed to. Be
890
+ careful with the configured number
891
+ because it might cause a loss of
892
+ pending messages
893
+ ================== =================================== =========================
889
894
890
895
In Memory Transport
891
896
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments