Skip to content

Commit a54b74c

Browse files
committed
Update table
1 parent ba15c81 commit a54b74c

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

messenger.rst

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,25 +1135,25 @@ a running Redis server (^5.0).
11351135
A number of options can be configured via the DSN or via the ``options`` key
11361136
under the transport in ``messenger.yaml``:
11371137

1138-
================== ===================================== =========================
1138+
=================== ===================================== =========================
11391139
Option Description Default
1140-
================== ===================================== =========================
1141-
stream The Redis stream name messages
1142-
group The Redis consumer group name symfony
1143-
consumer Consumer name used in Redis consumer
1144-
auto_setup Create the Redis group automatically? true
1145-
auth The Redis password
1146-
delete_after_reject If ``true``, messages are deleted true
1147-
automatically if they are rejected
1148-
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP``
1149-
in Redis (the
1150-
``Redis::OPT_SERIALIZER`` option)
1151-
stream_max_entries The maximum number of entries which ``0`` (which means "no trimming")
1152-
the stream will be trimmed to. Set
1153-
it to a large enough number to
1154-
avoid losing pending messages
1155-
tls Enable TLS support for the connection false
1156-
================== ===================================== =========================
1140+
=================== ===================================== =========================
1141+
stream The Redis stream name messages
1142+
group The Redis consumer group name symfony
1143+
consumer Consumer name used in Redis consumer
1144+
auto_setup Create the Redis group automatically? true
1145+
auth The Redis password
1146+
delete_after_reject If ``true``, messages are deleted true
1147+
automatically if they are rejected
1148+
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP``
1149+
in Redis (the
1150+
``Redis::OPT_SERIALIZER`` option)
1151+
stream_max_entries The maximum number of entries which ``0`` (which means "no trimming")
1152+
the stream will be trimmed to. Set
1153+
it to a large enough number to
1154+
avoid losing pending messages
1155+
tls Enable TLS support for the connection false
1156+
=================== ===================================== =========================
11571157

11581158
.. versionadded:: 5.2
11591159

0 commit comments

Comments
 (0)