8000 Fixed a syntax issue · symfony/symfony-docs@55a6ad0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55a6ad0

Browse files
committed
Fixed a syntax issue
1 parent 1b50ce7 commit 55a6ad0

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

messenger.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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
11781178
redeliver_timeout Timeout before retrying a pending ``3600``
11791179
message which is owned by an
11801180
abandoned consumer (if a worker died

0 commit comments

Comments
 (0)
0