codeigniter-redis
codeigniter-redis copied to clipboard
使用scan命令时返回值出错
以下为错误示例: php代码: var_dump($this->redis->command('scan 0')); 输出结果: array(2) { [0] => string(3) "768" [1] => string(11) "$9 file_29" }