Method | Description | |
---|---|---|
read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed | Reads a response from a connection to Redis. | |
write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command ) | Writes a request over a connection to Redis. |
public write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command ) | ||
$connection | Predis\Connection\CompositeConnectionInterface | Redis connection. |
$command | Predis\Command\CommandInterface | Command instance. |