Mr.唐

Results 26 comments of Mr.唐

redis-cli 客户端 可以连接的 , hyperf 代码里面也可以连接

看了一下代码是 订阅命令 subscribe 超时,返回的错误

> 你可以尝试在 redis.php 配置文件中设置 read 超时时间: > > ``` > return [ > 'host' => 'localhost', > 'port' => 6379, > 'auth' => null, > 'options' => [ > \Redis::OPT_READ_TIMEOUT...

现在注解都是这样的格式, 不利于idea追踪 ``` public function __construct(...$value) { parent::__construct(...$value); $this->value = $this->formatParams($value); } ``` Hyperf 3.0 使用PHP8原生注解 , 是否可以考虑把注解这样写 , 就不用引入`hyperf/ide-helper ` ``` public function __construct(string $name, bool $required) { }...

有计划支持 RFC-1016: 协程中断功能 https://github.com/swoole/community-chinese/issues/40 功能没?

@limingxinleo 是否可以考虑 在注解上 支持 配置文件 注入 例如: ``` #[AsyncAnnotation(name: '${amqp.default.host}')] public function async() { } ``` > '${amqp.default.host}' 去ConfigInterface里面 读取 key等于amqp.default.host的数据

Hope to merge

可以参考一下: https://github.com/hyperf/xxl-job-incubator