Snc\RedisBundle\Client\Predis\Connection\ConnectionWrapper::getConnection PHP Method

getConnection() public method

Returns the underlying connection object
public getConnection ( ) : Predis\Connection\NodeConnectionInterface
return Predis\Connection\NodeConnectionInterface
    public function getConnection()
    {
        return $this->connection;
    }