示例#1
0
文件: ArrayPredis.php 项目: gmo/cache
 public function mset(array $dictionary)
 {
     $this->data->replace($dictionary);
     return 'OK';
 }