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