PHP Class Predis\Pipeline\ConnectionErrorProof

Author: Daniele Alessandri ([email protected])
Inheritance: extends Pipeline
Show file Open project: tillkruss/redis-object-cache

Protected Methods

Method Description
executeCluster ( Predis\Connection\Aggregate\ClusterInterface $connection, SplQueue $commands )
executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
executeSingleNode ( Predis\Connection\NodeConnectionInterface $connection, SplQueue $commands )
getConnection ( )

Method Details

executeCluster() protected method

protected executeCluster ( Predis\Connection\Aggregate\ClusterInterface $connection, SplQueue $commands )
$connection Predis\Connection\Aggregate\ClusterInterface
$commands SplQueue

executePipeline() protected method

protected executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
$connection Predis\Connection\ConnectionInterface
$commands SplQueue

executeSingleNode() protected method

protected executeSingleNode ( Predis\Connection\NodeConnectionInterface $connection, SplQueue $commands )
$connection Predis\Connection\NodeConnectionInterface
$commands SplQueue

getConnection() protected method

protected getConnection ( )