PHP Class Predis\Connection\CompositeStreamConnection

Author: Daniele Alessandri ([email protected])
Inheritance: extends StreamConnection, implements Predis\Connection\CompositeConnectionInterface
Afficher le fichier Open project: tillkruss/redis-object-cache

Protected Properties

Свойство Type Description
$protocol

Méthodes publiques

Méthode Description
__construct ( Predis\Connection\ParametersInterface $parameters, Predis\Protocol\ProtocolProcessorInterface $protocol = null )
__sleep ( )
getProtocol ( )
read ( )
readBuffer ( $length )
readLine ( )
writeBuffer ( $buffer )
writeRequest ( Predis\Command\CommandInterface $command )

Method Details

__construct() public méthode

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 méthode

public __sleep ( )

getProtocol() public méthode

public getProtocol ( )

read() public méthode

public read ( )

readBuffer() public méthode

public readBuffer ( $length )

readLine() public méthode

public readLine ( )

writeBuffer() public méthode

public writeBuffer ( $buffer )

writeRequest() public méthode

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

Property Details

$protocol protected_oe property

protected $protocol