Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddb.c1258 int *zunionInterGetKeys(struct redisCommand *cmd, robj **argv, int argc, int *numkeys) { in zunionInterGetKeys() function
H A Dserver.c191 {"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 Dserver.h1868 int *zunionInterGetKeys(struct redisCommand *cmd,robj **argv, int argc, int *numkeys);