Searched refs:moduleGetCommandKeysViaAPI (Results 1 – 3 of 3) sorted by relevance
1242 return moduleGetCommandKeysViaAPI(cmd,argv,argc,numkeys); in getKeysFromCommand()
1402 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys);
572 int *moduleGetCommandKeysViaAPI(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in moduleGetCommandKeysViaAPI() function