@@ -1160,21 +1160,21 @@ under the transport in ``messenger.yaml``:
1160
1160
=================== ===================================== =================================
1161
1161
Option Description Default
1162
1162
=================== ===================================== =================================
1163
- stream The Redis stream name messages
1164
- group The Redis consumer group name symfony
1165
- consumer Consumer name used in Redis consumer
1166
- auto_setup Create the Redis group automatically? true
1167
- auth The Redis password
1168
- delete_after_ack If ``true ``, messages are deleted false
1169
- automatically after processing them
1170
- serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1171
- in Redis (the
1172
- ``Redis::OPT_SERIALIZER `` option)
1173
- stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1174
- the stream will be trimmed to. Set
1175
- it to a large enough number to
1176
- avoid losing pending messages
1177
- tls Enable TLS support for the connection false
1163
+ stream The Redis stream name messages
1164
+ group The Redis consumer group name symfony
1165
+ consumer Consumer name used in Redis consumer
1166
+ auto_setup Create the Redis group automatically? true
1167
+ auth The Redis password
1168
+ delete_after_ack If ``true ``, messages are deleted false
1169
+ automatically after processing them
1170
+ serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1171
+ in Redis (the
1172
+ ``Redis::OPT_SERIALIZER `` option)
1173
+ stream_max_entries The maximum number of entries which ``0 `` (which means "no trimming")
1174
+ the stream will be trimmed to. Set
1175
+ it to a large enough number to
1176
+ avoid losing pending messages
1177
+ tls Enable TLS support for the connection false
1178
1178
redeliver_timeout Timeout before retrying a pending ``3600 ``
1179
1179
message which is owned by an
1180
1180
abandoned consumer (if a worker died
0 commit comments