We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错内容如下: [2022-01-19 10:10:45][debug][error]:[Uncaught EasySwoole\Redis\Exception\RedisException: Connection timed out in /code/vendor/easyswoole/redis/src/Redis.php:3271 Stack trace: #0 /code/vendor/easyswoole/redis/src/Redis.php(1226): EasySwoole\Redis\Redis->recv() #1 /code/vendor/easyswoole/queue/src/Driver/RedisQueue.php(58): EasySwoole\Redis\Redis->lPush('yinbao_queue', 'O:20:"EasySwool...') #2 [internal function]: EasySwoole\Queue\Driver\RedisQueue->EasySwoole\Queue\Driver{closure}(Object(EasySwoole\Redis\Redis)) #3 /code/vendor/easyswoole/pool/src/AbstractPool.php(370): call_user_func(Object(Closure), Object(EasySwoole\Redis\Redis)) #4 /code/vendor/easyswoole/queue/src/Driver/RedisQueue.php(47): EasySwoole\Pool\AbstractPool->invoke(Object(Closure), 0.1) #5 {main} thrown at file:/code/vendor/easyswoole/redis/src/Redis.php line:3271]
代码如下:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错内容如下:
[2022-01-19 10:10:45][debug][error]:[Uncaught EasySwoole\Redis\Exception\RedisException: Connection timed out in /code/vendor/easyswoole/redis/src/Redis.php:3271
Stack trace:
#0 /code/vendor/easyswoole/redis/src/Redis.php(1226): EasySwoole\Redis\Redis->recv()
#1 /code/vendor/easyswoole/queue/src/Driver/RedisQueue.php(58): EasySwoole\Redis\Redis->lPush('yinbao_queue', 'O:20:"EasySwool...')
#2 [internal function]: EasySwoole\Queue\Driver\RedisQueue->EasySwoole\Queue\Driver{closure}(Object(EasySwoole\Redis\Redis))
#3 /code/vendor/easyswoole/pool/src/AbstractPool.php(370): call_user_func(Object(Closure), Object(EasySwoole\Redis\Redis))
#4 /code/vendor/easyswoole/queue/src/Driver/RedisQueue.php(47): EasySwoole\Pool\AbstractPool->invoke(Object(Closure), 0.1)
#5 {main}
thrown at file:/code/vendor/easyswoole/redis/src/Redis.php line:3271]
代码如下:
The text was updated successfully, but these errors were encountered: