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
11671167auth The Redis password
11681168delete_after_ack If ``true ``, messages are deleted false
11691169 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
11701174serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
11711175 in Redis (the
11721176 ``Redis::OPT_SERIALIZER `` option)
@@ -1207,7 +1211,7 @@ claim_interval Interval on which pending/abandoned ``60000`` (1 Minute)
12071211
12081212.. versionadded :: 5.2
12091213
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.
12111215
12121216In Memory Transport
12131217~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments