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 ( ) |
protected executeCluster ( Predis\Connection\Aggregate\ClusterInterface $connection, SplQueue $commands ) | ||
$connection | Predis\Connection\Aggregate\ClusterInterface | |
$commands | SplQueue |
protected executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands ) | ||
$connection | Predis\Connection\ConnectionInterface | |
$commands | SplQueue |
protected executeSingleNode ( Predis\Connection\NodeConnectionInterface $connection, SplQueue $commands ) | ||
$connection | Predis\Connection\NodeConnectionInterface | |
$commands | SplQueue |