connect() 공개 메소드

Opens the connection to Redis.
public connect ( )
예제 #1
0
파일: Client.php 프로젝트: nrk/predis
 /**
  * Opens the underlying connection and connects to the server.
  */
 public function connect()
 {
     $this->connection->connect();
 }