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).
891
891
A number of options can be configured via the DSN or via the ``options `` key
892
892
under the transport in ``messenger.yaml ``:
893
893
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 ``
903
903
in Redis (the
904
904
``Redis::OPT_SERIALIZER `` option)
905
- ================== =================================== =======
905
+ ================== ===================================== =======
906
906
907
907
In Memory Transport
908
908
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments