예제 #1
0
파일: RedisData.php 프로젝트: ig-hit/redis
 /**
  * @return RedisClient
  */
 public function getClient()
 {
     $this->client->connect();
     return $this->client;
 }