PHP Класс Predis\Pipeline\ConnectionErrorProof

Автор: Daniele Alessandri ([email protected])
Наследование: extends Pipeline
Показать файл Открыть проект

Защищенные методы

Метод Описание
executeCluster ( Predis\Connection\Aggregate\ClusterInterface $connection, SplQueue $commands )
executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
executeSingleNode ( Predis\Connection\NodeConnectionInterface $connection, SplQueue $commands )
getConnection ( )

Описание методов

executeCluster() защищенный Метод

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

executePipeline() защищенный Метод

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

executeSingleNode() защищенный Метод

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

getConnection() защищенный Метод

protected getConnection ( )