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

Function zinterstoreCommand

src/t_zset.cpp:2839–2841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2837}
2838
2839void zinterstoreCommand(client *c) {
2840 zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_INTER);
2841}
2842
2843void zdiffstoreCommand(client *c) {
2844 zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_DIFF);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected