|
$result = $this->redis = @stream_socket_client($remote_socket, $errno, $errstr, $this->timeout !== null ? $this->timeout : 2.5, $flags);
|
|
$result = $this->redis = @stream_socket_client($remote_socket, $errno, $errstr, $this->timeout !== null ? $this->timeout : 2.5, $flags);
|
|
? $this->redis->pconnect($this->host, $this->port, $this->timeout, $this->persistent)
|
|
? $this->redis->pconnect($this->host, $this->port, $this->timeout, $this->persistent)
|