Skip to content

Commit 5094d7f

Browse files
committed
Fixed table margin
1 parent 803bdfb commit 5094d7f

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
@@ -1041,21 +1041,21 @@ under the transport in ``messenger.yaml``:
10411041
=================== ===================================== =================================
10421042
Option Description Default
10431043
=================== ===================================== =================================
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
10591059
redeliver_timeout Timeout before retrying a pending ``3600``
10601060
message which is owned by an
10611061
abandoned consumer (if a worker died

0 commit comments

Comments
 (0)