コード例 #1
0
ファイル: ArrayPredis.php プロジェクト: gmo/cache
 public function randomkey()
 {
     $this->doExpire();
     return array_rand($this->data->getKeys()->toArray());
 }