Exemple #1
0
 /**
  * @param $key
  * @return array
  */
 public function get($key)
 {
     return $this->client->hGetAll($key);
 }