ACL SAVE
Syntax
ACL SAVE
Module
aclCategories
admin dangerous slowDescription
Saves the effective ACL rules the configured ACL config file. The save command overwrites the current ACL config file entirely and using the current in-memory ACL configuration.
Examples
- Go (Embedded)
- CLI
Save ACL rules:
db, err := sugardb.NewSugarDB()
if err != nil {
log.Fatal(err)
}
ok, err := server.ACLSave()
Save ACL rules:
> ACL SAVE