コード例 #1
0
ファイル: RedisData.php プロジェクト: ig-hit/redis
 /**
  * @return RedisClient
  */
 public function getClient()
 {
     $this->client->connect();
     return $this->client;
 }