@@ -1135,25 +1135,25 @@ a running Redis server (^5.0).
1135
1135
A number of options can be configured via the DSN or via the ``options `` key
1136
1136
under the transport in ``messenger.yaml ``:
1137
1137
1138
- ================== ===================================== =========================
1138
+ =================== ===================================== =========================
1139
1139
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
+ =================== ===================================== =========================
1157
1157
1158
1158
.. versionadded :: 5.2
1159
1159
0 commit comments