Searched refs:SET_OP_UNION (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_set.c | 439 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in spopWithCountCommand() 666 sunionDiffGenericCommand(c,c->argv+1,1,NULL,SET_OP_UNION); in srandmemberWithCountCommand() 927 #define SET_OP_UNION 0 macro 993 if (op == SET_OP_UNION) { in sunionDiffGenericCommand() 1076 op == SET_OP_UNION ? "sunionstore" : "sdiffstore", in sunionDiffGenericCommand() 1092 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_UNION); in sunionCommand() 1096 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_UNION); in sunionstoreCommand()
|
| H A D | t_zset.c | 2312 } else if (op == SET_OP_UNION) { in zunionInterGenericCommand() 2388 (op == SET_OP_UNION) ? "zunionstore" : "zinterstore", in zunionInterGenericCommand() 2404 zunionInterGenericCommand(c,c->argv[1], SET_OP_UNION); in zunionstoreCommand()
|
| H A D | server.h | 376 #define SET_OP_UNION 0 macro
|