프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ) |
public read ( Predis\Connection\CompositeConnectionInterface $connection ) | ||
$connection | Predis\Connection\CompositeConnectionInterface |
public useIterableMultibulk ( boolean $value ) | ||
$value | boolean | Enable or disable streamable multibulk responses. |
public write ( Predis\Connection\CompositeConnectionInterface $connection, Predis\Command\CommandInterface $command ) | ||
$connection | Predis\Connection\CompositeConnectionInterface | |
$command | Predis\Command\CommandInterface |