Predis\Pipeline\Pipeline::recordCommand PHP 메소드

recordCommand() 보호된 메소드

Queues a command instance into the pipeline buffer.
protected recordCommand ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface Command to be queued in the buffer.
    protected function recordCommand(CommandInterface $command)
    {
        $this->pipeline->enqueue($command);
    }