Skip to content

Commit 85b27e5

Browse files
Nyholmjaviereguiluz
authored andcommitted
[Messenger] Added Lazy option to redis
1 parent 55a6ad0 commit 85b27e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

messenger.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,10 @@ auto_setup Create the Redis group automatically? true
11671167
auth The Redis password
11681168
delete_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
11701174
serializer 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

12121216
In Memory Transport
12131217
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)