@@ -1160,21 +1160,21 @@ under the transport in ``messenger.yaml``:
11601160=================== ===================================== =================================
11611161 Option Description Default
11621162=================== ===================================== =================================
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
11781178redeliver_timeout Timeout before retrying a pending ``3600 ``
11791179 message which is owned by an
11801180 abandoned consumer (if a worker died
0 commit comments