PHP Class Predis\Pipeline\ConnectionErrorProof

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

Méthodes protégées

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

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

executePipeline() protected méthode

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

executeSingleNode() protected méthode

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

getConnection() protected méthode

protected getConnection ( )