Predis\Connection\ConnectionInterface::connect PHP 메소드

connect() 공개 메소드

Opens the connection to Redis.
public connect ( )
    public function connect();

Usage Example

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