MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / zunionstoreCommand

Function zunionstoreCommand

src/t_zset.cpp:2835–2837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected