Predis\Connection\ConnectionInterface::connect PHP Method

connect() public method

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();
 }