PHP 클래스 Predis\Protocol\Text\ProtocolProcessor

저자: Daniele Alessandri ([email protected])
상속: implements Predis\Protocol\ProtocolProcessorInterface
파일 보기 프로젝트 열기: nrk/predis 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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