Home
last modified time | relevance | path

Searched refs:moduleUnload (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c5187 int moduleUnload(sds name) { in moduleUnload() function
5257 if (moduleUnload(c->argv[2]->ptr) == C_OK) in moduleCommand()