yii2-queue
yii2-queue copied to clipboard
Yii version 2.0.10 reports an error when using clientList for Redis in yii queue version 2.0.0
In Yii2.0.10, the yii-queue used is version 2.0.0
The getWorkersInfo method in the directory yii2 queue/src/drivers/redis/InfoAction.php will generate an abnormal error message with $data=$this ->queue ->redis ->clientList(), as shown in the following figure

Redis version is over 5.7
What error?
Also, please upgrade to the latest version of Yii and yii2-queue and check if error persist.
Thanks for posting in our issue tracker. In order to properly assist you, we need additional information:
- When does the issue occur?
- What do you see?
- What was the expected result?
- Can you supply us with a stacktrace? (optional)
- Do you have exact code to reproduce it? Maybe a PHPUnit tests that fails? (optional)
Thanks!
This is an automated comment, triggered by adding the label status:need more info.