codeigniter-redis icon indicating copy to clipboard operation
codeigniter-redis copied to clipboard

使用scan命令时返回值出错

Open ttgoat opened this issue 9 years ago • 0 comments

以下为错误示例: php代码: var_dump($this->redis->command('scan 0')); 输出结果: array(2) { [0] => string(3) "768" [1] => string(11) "$9 file_29" }

ttgoat avatar Apr 25 '16 09:04 ttgoat