@@ -1041,21 +1041,21 @@ under the transport in ``messenger.yaml``:
1041
1041
=================== ===================================== =================================
1042
1042
Option Description Default
1043
1043
=================== ===================================== =================================
1044
- stream The Redis stream name messages
1045
- group The Redis consumer group name symfony
1046
- consumer Consumer name used in Redis consumer
1047
- auto_setup Create the Redis group automatically? true
1048
- auth The Redis password
1049
- delete_after_ack If ``true ``, messages are deleted false
1050
- automatically after processing them
1051
- serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1052
- in Redis (the
1053
- ``Redis::OPT_SERIALIZER `` option)
1054
- stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1055
- the stream will be trimmed to. Set
1056
- it to a large enough number to
1057
- avoid losing pending messages
1058
- tls Enable TLS support for the connection false
1044
+ stream The Redis stream name messages
1045
+ group The Redis consumer group name symfony
1046
+ consumer Consumer name used in Redis consumer
1047
+ auto_setup Create the Redis group automatically? true
1048
+ auth The Redis password
1049
+ delete_after_ack If ``true ``, messages are deleted false
1050
+ automatically after processing them
1051
+ serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1052
+ in Redis (the
1053
+ ``Redis::OPT_SERIALIZER `` option)
1054
+ stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1055
+ the stream will be trimmed to. Set
1056
+ it to a large enough number to
1057
+ avoid losing pending messages
1058
+ tls Enable TLS support for the connection false
1059
1059
redeliver_timeout Timeout before retrying a pending ``3600 ``
1060
1060
message which is owned by an
1061
1061
abandoned consumer (if a worker died
0 commit comments