Predis\Connection\NodeConnectionInterface::getResource PHP Method

getResource() public method

Returns the underlying resource used to communicate with Redis.
public getResource ( ) : mixed
return mixed
    public function getResource();

Usage Example

 /**
  * {@inheritdoc}
  */
 public function getResource()
 {
     return $this->connection->getResource();
 }
All Usage Examples Of Predis\Connection\NodeConnectionInterface::getResource