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
1143
1143
consumer Consumer name used in Redis consumer
1144
1144
auto_setup Create the Redis group automatically? true
1145
1145
auth The Redis password
1146
+ delete_after_reject If ``true ``, messages are deleted true
1147
+ automatically if they are rejected
1146
1148
serializer How to serialize the final payload ``Redis::SERIALIZER_PHP ``
1147
1149
in Redis (the
1148
1150
``Redis::OPT_SERIALIZER `` option)
@@ -1153,6 +1155,10 @@ stream_max_entries The maximum number of entries which ``0`` (which means "n
1153
1155
tls Enable TLS support for the connection false
1154
1156
================== ===================================== =========================
1155
1157
1158
+ .. versionadded :: 5.2
1159
+
1160
+ The ``delete_after_reject `` option was introduced in Symfony 5.2.
1161
+
1156
1162
In Memory Transport
1157
1163
~~~~~~~~~~~~~~~~~~~
1158
1164
You can’t perform that action at this time.
0 commit comments