Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h197 …CreateCommand)(RedisModuleCtx *ctx, const char *name, RedisModuleCmdFunc cmdfunc, const char *strf…
H A Dmodule.c697 int RM_CreateCommand(RedisModuleCtx *ctx, const char *name, RedisModuleCmdFunc cmdfunc, const char … in RM_CreateCommand() argument
722 cp->func = cmdfunc; in RM_CreateCommand()