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