MCPcopy Create free account
hub / github.com/F-Stack/f-stack / zunionstoreCommand

Function zunionstoreCommand

app/redis-6.2.6/src/t_zset.c:2836–2838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2834}
2835
2836void zunionstoreCommand(client *c) {
2837 zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_UNION);
2838}
2839
2840void zinterstoreCommand(client *c) {
2841 zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_INTER);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected