File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1143,6 +1143,8 @@ group The Redis consumer group name symfony
11431143consumer Consumer name used in Redis consumer
11441144auto_setup Create the Redis group automatically? true
11451145auth The Redis password
1146+ delete_after_reject If ``true ``, messages are deleted true
1147+ automatically if they are rejected
11461148serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
11471149 in Redis (the
11481150 ``Redis::OPT_SERIALIZER `` option)
@@ -1153,6 +1155,10 @@ stream_max_entries The maximum number of entries which ``0`` (which means "n
11531155tls Enable TLS support for the connection false
11541156================== ===================================== =========================
11551157
1158+ .. versionadded :: 5.2
1159+
1160+ The ``delete_after_reject `` option was introduced in Symfony 5.2.
1161+
11561162In Memory Transport
11571163~~~~~~~~~~~~~~~~~~~
11581164
You can’t perform that action at this time.
0 commit comments