コード例 #1
0
ファイル: RedisData.php プロジェクト: ig-hit/redis
 /**
  * @param $key
  * @return bool
  */
 public function exists($key)
 {
     return $this->client->exists($key);
 }