Пример #1
0
 /**
  * @return RedisClient
  */
 public function getClient()
 {
     $this->client->connect();
     return $this->client;
 }