예제 #1
0
파일: ArrayPredis.php 프로젝트: gmo/cache
 public function randomkey()
 {
     $this->doExpire();
     return array_rand($this->data->getKeys()->toArray());
 }