PHP 클래스 Predis\Pipeline\ConnectionErrorProof

저자: Daniele Alessandri ([email protected])
상속: extends Pipeline
파일 보기 프로젝트 열기: tillkruss/redis-object-cache

보호된 메소드들

메소드 설명
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 ( )