zhao vistart
zhao vistart
Update Operators' Prefix: Add 166, 189, 199. Remove IoT sections as they don't apply this rule.
[Redis]When the number of tasks in the queue exceeds 10,000, the speed is slow and errors may occur.
### What steps will reproduce the problem? I am using a redis queue. When the number of tasks in the queue exceeds 10,000, the worker gets the task very slowly,...
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #251
### What steps will reproduce the problem? https://github.com/vistart/yii2-redis/blob/master/tests/data/ar/CustomerBinary.php https://github.com/vistart/yii2-redis/blob/master/tests/data/ar/CustomerBinaryQuery.php I modify the [Customer](https://github.com/vistart/yii2-redis/blob/master/tests/data/ar/Customer.php) class and added a guid field without modifying the primary key. Then in [ActiveRecordTest](https://github.com/vistart/yii2-redis/blob/master/tests/ActiveRecordTest.php), save an instance...
https://github.com/mikeerickson/phpunit-pretty-result-printer/blob/9e45322cca36496240cc7cc799c3d4045f21576d/src/Printer.php#L25 The same as #73 . We need to fix this issue, as our project is stick to PHP 7.0.
The model generator uses column comment as label directly. Like following: ``` php $labels[$column->name] = $column->comment; ``` The above statement lay in line 229, `yii\gii\generators\model\Generator`. But, the column comment may...
PHP Warning 'yii\base\ErrorException' with message 'preg_match(): Compilation failed: invalid range in character class at offset 4' in .../sunra/php-simple-html-dom-parser/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php:1378 https://github.com/sunra/php-simple-html-dom-parser/blob/master/Src/Sunra/PhpSimple/simplehtmldom_1_5/simple_html_dom.php#L1378