Пример #1
0
 /**
  * @param $key
  * @return array
  */
 public function keys($key)
 {
     return $this->client->hKeys($key);
 }