10000 Minor tweaks · symfony/symfony-docs@b6df0e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6df0e5

Browse files
committed
Minor tweaks
1 parent 2e3209b commit b6df0e5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

messenger.rst

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

894-
================== =================================== =======
895-
Option Description Default
896-
================== =================================== =======
897-
stream The Redis stream name messages
898-
group The Redis consumer group name symfony
899-
consumer Consumer name used in Redis consumer
900-
auto_setup Will auto create the Redis group. true
901-
auth The password used for Redis
902-
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP``
894+
================== ===================================== =======
895+
Option Description Default
896+
================== ===================================== =======
897+
stream The Redis stream name messages
898+
group The Redis consumer group name symfony
899+
consumer Consumer name used in Redis consumer
900+
auto_setup Create the Redis group automatically? true
901+
auth The Redis password
902+
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP``
903903
in Redis (the
904904
``Redis::OPT_SERIALIZER`` option)
905-
================== =================================== =======
905+
================== ===================================== =======
906906

907907
In Memory Transport
908908
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)
0