Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_zset.c2176 void zunionInterGenericCommand(client *c, robj *dstkey, int op) { in zunionInterGenericCommand() function
2404 zunionInterGenericCommand(c,c->argv[1], SET_OP_UNION); in zunionstoreCommand()
2408 zunionInterGenericCommand(c,c->argv[1], SET_OP_INTER); in zinterstoreCommand()