Searched refs:zunionInterGetKeys (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | db.c | 1111 int *zunionInterGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in zunionInterGetKeys() function
|
| H A D | server.h | 1434 int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);
|
| H A D | server.c | 182 {"zunionstore",zunionstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0}, 183 {"zinterstore",zinterstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0},
|