PHP 클래스 Predis\Connection\CompositeStreamConnection

저자: Daniele Alessandri ([email protected])
상속: extends StreamConnection, implements Predis\Connection\CompositeConnectionInterface
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

보호된 프로퍼티들

프로퍼티 타입 설명
$protocol

공개 메소드들

메소드 설명
__construct ( Predis\Connection\ParametersInterface $parameters, Predis\Protocol\ProtocolProcessorInterface $protocol = null )
__sleep ( )
getProtocol ( )
read ( )
readBuffer ( $length )
readLine ( )
writeBuffer ( $buffer )
writeRequest ( Predis\Command\CommandInterface $command )

메소드 상세

__construct() 공개 메소드

public __construct ( Predis\Connection\ParametersInterface $parameters, Predis\Protocol\ProtocolProcessorInterface $protocol = null )
$parameters Predis\Connection\ParametersInterface Initialization parameters for the connection.
$protocol Predis\Protocol\ProtocolProcessorInterface Protocol processor.

__sleep() 공개 메소드

public __sleep ( )

getProtocol() 공개 메소드

public getProtocol ( )

read() 공개 메소드

public read ( )

readBuffer() 공개 메소드

public readBuffer ( $length )

readLine() 공개 메소드

public readLine ( )

writeBuffer() 공개 메소드

public writeBuffer ( $buffer )

writeRequest() 공개 메소드

public writeRequest ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface

프로퍼티 상세

$protocol 보호되어 있는 프로퍼티

protected $protocol