Searched refs:sunionDiffGenericCommand (Results 1 – 1 of 1) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | t_set.c | 36 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum, 448 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in spopWithCountCommand() 673 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in srandmemberWithCountCommand() 939 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum, in sunionDiffGenericCommand() function 1099 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_UNION); in sunionCommand() 1103 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_UNION); in sunionstoreCommand() 1107 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_DIFF); in sdiffCommand() 1111 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_DIFF); in sdiffstoreCommand()
|