예제 #1
0
파일: RedisData.php 프로젝트: ig-hit/redis
 /**
  * @param $key
  * @return bool
  */
 public function exists($key)
 {
     return $this->client->exists($key);
 }