Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Ddb.c1111 int *zunionInterGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in zunionInterGetKeys() function
H A Dserver.h1434 int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);
H A Dserver.c182 {"zunionstore",zunionstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0},
183 {"zinterstore",zinterstoreCommand,-4,"wm",0,zunionInterGetKeys,0,0,0,0,0},