Skip to content

Commit 95ecda0

Browse files
committed
redid
1 parent a897d8e commit 95ecda0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/redis/RedisConnectionFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class RedisConnectionFactory implements ConnectionFactory
4343
* 'ssl' => could be any of http://fi2.php.net/manual/en/context.ssl.php#refsect1-context.ssl-options
4444
* 'redelivery_delay' => Default 300 sec. Returns back message into the queue if message was not acknowledged or rejected after this delay.
4545
* It could happen if consumer has failed with fatal error or even if message processing is slow and takes more than this time.
46+
* 'consume_strategy' => [blocking|non_blocking]
4647
* ].
4748
*
4849
* or

0 commit comments

Comments
 (0)