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