Predis\Protocol\ProtocolProcessorInterface::write PHP Метод

write() публичный Метод

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.
    public function write(CompositeConnectionInterface $connection, CommandInterface $command);
ProtocolProcessorInterface