Snc\RedisBundle\Client\Predis\Connection\ConnectionWrapper::pushInitCommand PHP Метод

pushInitCommand() публичный Метод

public pushInitCommand ( Predis\Command\CommandInterface $command )
$command Predis\Command\CommandInterface
    public function pushInitCommand(CommandInterface $command)
    {
        return $this->connection->pushInitCommand($command);
    }