示例#1
0
文件: ArrayPredis.php 项目: gmo/cache
 public function randomkey()
 {
     $this->doExpire();
     return array_rand($this->data->getKeys()->toArray());
 }