PHP Класс Predis\Protocol\Text\ProtocolProcessor

Автор: Daniele Alessandri ([email protected])
Наследование: implements Predis\Protocol\ProtocolProcessorInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$mbiterable
$serializer

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

Метод Описание
__construct ( )
read ( Predis\Connection\CompositeConnectionInterface $connection )
useIterableMultibulk ( boolean $value ) Enables or disables returning multibulk responses as specialized PHP iterators used to stream bulk elements of a multibulk response instead returning a plain array.
write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command )

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

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

public __construct ( )

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

public read ( Predis\Connection\CompositeConnectionInterface $connection )
$connection Predis\Connection\CompositeConnectionInterface

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

Streamable multibulk responses are not globally supported by the abstractions built-in into Predis, such as transactions or pipelines. Use them with care!
public useIterableMultibulk ( boolean $value )
$value boolean Enable or disable streamable multibulk responses.

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

public write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command )
$connection Predis\Connection\CompositeConnectionInterface
$command Predis\Command\CommandInterface

Описание свойств

$mbiterable защищенное свойство

protected $mbiterable

$serializer защищенное свойство

protected $serializer