Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c1242 return moduleGetCommandKeysViaAPI(cmd,argv,argc,numkeys); in getKeysFromCommand()
H A Dserver.h1402 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
H A Dmodule.c572 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in moduleGetCommandKeysViaAPI() function