PHP Class Predis\Pipeline\Atomic

Author: Daniele Alessandri ([email protected])
Inheritance: extends Pipeline
ファイルを表示 Open project: nrk/predis Class Usage Examples

Public Methods

Method Description
__construct ( Predis\ClientInterface $client )

Protected Methods

Method Description
executePipeline ( Predis\Connection\ConnectionInterface $connection, SplQueue $commands )
getConnection ( )

Method Details

__construct() public method

public __construct ( Predis\ClientInterface $client )
$client Predis\ClientInterface

executePipeline() protected method

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

getConnection() protected method

protected getConnection ( )