pandaLIU

Results 8 issues of pandaLIU

dependencies

使用 `pdo proxy` 需要在 `hyperf` 项目内 `/config/autoload/annotations.php` 增加以下内容 ```php return [ 'scan' => [ 'class_map' => [ Connector::class => BASE_PATH . '/vendor/seata/seata/src/Rm/DataSource/ClassMap/Connector.php', ], ], ]; ```

修复 redis 在集群版本下,执行 lua 脚本出现, `error: ERR bad lua script for redis cluster, first parameter of redis.call/redis.pcall must be a single literal string` 错误信息

Update Prometheus client version to ~2.14