We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a897d8e commit 95ecda0Copy full SHA for 95ecda0
pkg/redis/RedisConnectionFactory.php
@@ -43,6 +43,7 @@ class RedisConnectionFactory implements ConnectionFactory
43
* 'ssl' => could be any of http://fi2.php.net/manual/en/context.ssl.php#refsect1-context.ssl-options
44
* 'redelivery_delay' => Default 300 sec. Returns back message into the queue if message was not acknowledged or rejected after this delay.
45
* 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]
47
* ].
48
*
49
* or
0 commit comments