PHP Интерфейс Predis\Protocol\ProtocolProcessorInterface

Автор: Daniele Alessandri ([email protected])
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

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

Reads a response from a connection to Redis.
public read ( Predis\Connection\CompositeConnectionInterface $connection ) : mixed
$connection Predis\Connection\CompositeConnectionInterface Redis connection.
Результат mixed

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.