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

readResponse() public method

public readResponse ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface
    public function readResponse(CommandInterface $command)
    {
        return $this->connection->readResponse($command);
    }