MODULE LIST
Syntax
MODULE LIST
Module
adminCategories
admin dangerous fastDescription
List all the modules that are currently loaded in the server/instance.
Examples
- Go (Embedded)
- CLI
List all the modules that are currently loaded in the instance:
db, err := sugardb.NewSugarDB()
if err != nil {
log.Fatal(err)
}
modules := db.ListModules()
List all the modules that are currently loaded in the server:
> MODULE LIST