Searched refs:zunionInterGetKeys (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | db.c | 1258 int *zunionInterGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in zunionInterGetKeys() function
|
| H A D | server.c | 191 {"zunionstore",zunionstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0}, 192 {"zinterstore",zinterstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0},
|
| H A D | server.h | 1868 int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);
|