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

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

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