Пример #1
0
 /**
  * @param $key
  * @param $field
  * @return bool
  */
 public function hasProperty($key, $field)
 {
     return $this->client->hExists($key, $field);
 }