🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# Redis\\Server::format 格式化命令响应数据。 ~~~ function Redis\Server::format(int $type, mixed $value = null); ~~~ * `$type`表示数据类型,`NIL`类型不需要传入`$value`,`ERROR`和`STATUS`类型`$value`可选,`INT`、`STRING`、`SET`、`MAP`必选