yii2-queue icon indicating copy to clipboard operation
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

Open siyecoo opened this issue 2 years ago • 2 comments

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

image

Redis version is over 5.7

siyecoo avatar Apr 25 '23 03:04 siyecoo

What error?

Also, please upgrade to the latest version of Yii and yii2-queue and check if error persist.

rob006 avatar Apr 25 '23 08:04 rob006

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.

yii-bot avatar Apr 26 '23 20:04 yii-bot