File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1167,6 +1167,10 @@ auto_setup Create the Redis group automatically? true
1167
1167
auth The Redis password
1168
1168
delete_after_ack If ``true ``, messages are deleted false
1169
1169
automatically after processing them
1170
+ delete_after_reject If ``true ``, messages are deleted true
1171
+ automatically if they are rejected
1172
+ lazy Connect only when a connection is false
1173
+ really needed
1170
1174
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1171
1175
in Redis (the
1172
1176
``Redis::OPT_SERIALIZER `` option)
@@ -1207,7 +1211,7 @@ claim_interval Interval on which pending/abandoned ``60000`` (1 Minute)
1207
1211
1208
1212
.. versionadded :: 5.2
1209
1213
1210
- The ``delete_after_reject `` option was introduced in Symfony 5.2.
1214
+ The ``delete_after_reject `` and `` lazy `` options were introduced in Symfony 5.2.
1211
1215
1212
1216
In Memory Transport
1213
1217
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments