File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -891,18 +891,18 @@ a running Redis server (^5.0).
891891A number of options can be configured via the DSN or via the ``options `` key
892892under 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
907907In Memory Transport
908908~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments