예제 #1
0
파일: ArrayPredis.php 프로젝트: gmo/cache
 public function mset(array $dictionary)
 {
     $this->data->replace($dictionary);
     return 'OK';
 }