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 d00ff7e commit 6fc4d22Copy full SHA for 6fc4d22
README.md
@@ -42,6 +42,7 @@ Install: `php composer.phar require bazilio/yii2-async:dev-master`
42
'hostname' => 'localhost',
43
'port' => 6379,
44
'database' => 0,
45
+ 'dataTimeout' => -1, // important for daemon and blocking queries
46
],
47
'async' => [
48
'class' => 'bazilio\async\AsyncComponent',
@@ -137,4 +138,4 @@ vendor/bin/codecept run
137
138
Or in Docker:
139
~~~
140
./test.sh
-~~~
141
+~~~
0 commit comments