8000 minor #14469 [Messenger] Added Lazy option to redis (Nyholm) · symfony/symfony-docs@6e0d5a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e0d5a6

Browse files
committed
minor #14469 [Messenger] Added Lazy option to redis (Nyholm)
This PR was merged into the 5.x branch. Discussion ---------- [Messenger] Added Lazy option to redis This will fix #14411 Commits ------- 85b27e5 [Messenger] Added Lazy option to redis
2 parents 55a6ad0 + 85b27e5 commit 6e0d5a6

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)
0