hunt-redis ~master (2021-11-19T08:51:56Z)
Home
Dub
Repo
ModuleCommands
hunt
redis
commands
ModuleCommands
Undocumented in source.
interface
ModuleCommands {
string
moduleLoad
(string path);
string
moduleUnload
(string name);
List
!(
Module
)
moduleList
();
}
Members
Functions
moduleList
List
!(
Module
)
moduleList
()
Undocumented in source.
moduleLoad
string
moduleLoad
(string path)
Undocumented in source.
moduleUnload
string
moduleUnload
(string name)
Undocumented in source.
Meta
Source
See Implementation
hunt
redis
commands
ModuleCommands
interfaces
ModuleCommands