fogetu

Results 3 comments of fogetu

我是在脚本里面直接 new BasicService() 调用BasicService的方法

请问问题解决了吗 我也是报相同的错误 我是脚本里面报的 redis配置如下 ```php 'redis.default.pool' => [ 'class' => RedisPool::class, 'redisDb' => \bean('redis.default'), 'minActive' => 10, 'maxActive' => 20, 'maxWait' => 0, 'maxWaitTime' => 0, 'maxIdleTime' => 60, ],...