Property | Type | Description | |
---|---|---|---|
$protocol |
Method | Description | |
---|---|---|
__construct ( Predis\Connection\ParametersInterface $parameters, Predis\Protocol\ProtocolProcessorInterface $protocol = null ) | ||
__sleep ( ) | ||
getProtocol ( ) | ||
read ( ) | ||
readBuffer ( $length ) | ||
readLine ( ) | ||
writeBuffer ( $buffer ) | ||
writeRequest ( Predis\Command\CommandInterface $command ) |
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. |
public writeRequest ( Predis\Command\CommandInterface $command ) | ||
$command | Predis\Command\CommandInterface |