MODULE UNLOAD | SugarDB (original) (raw)

Skip to main content

SugarDB LogoSugarDB Logo

Documentation

GitHub

Syntax

MODULE UNLOAD name

Module

admin

Categories

admin dangerous fast

Description

Unloads a module based on the its name as displayed by the MODULE LIST command.

Examples

Unload a module:

db, err := sugardb.NewSugarDB()
if err != nil {
  log.Fatal(err)
}
err := server.UnloadModule("module-name")

PreviousMODULE LOADNextREWRITEAOF