redis
redis copied to clipboard
compose.json file "require": { "php": ">=8.1.0", "ext-swoole":"^4.4.0", "easyswoole/spl": "^2.0" }, when to support "ext-swoole":">=4.4.0"
请问什么时候能把 eval 的支持打开发布下?
ClusterConfig 中的构造方法$serverList 被覆盖,只能临时使用下面的代码解决了,希望可以修复下,EasySwoole 真的很好用! $config = \EasySwoole\RedisPool\RedisPool::getInstance()->register(new \EasySwoole\Redis\ClusterConfig(REDIS_SERVER_LIST, [ 'serverList' => REDIS_SERVER_LIST, 'auth' => REDIS_SERVER_AUTH ?: null, 'serialize' => \EasySwoole\Redis\ClusterConfig::SERIALIZE_NONE, ] )); 在第二个参数里单独加了 serverList 项才连接正常。
ClusterCommand 下的 Readonly 类 在PHP8.3 中因保留字段出错 src/CommandHandle/ClusterCommand/Readonly.php