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

Function zdiffstoreCommand

src/t_zset.cpp:2843–2845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2841}
2842
2843void zdiffstoreCommand(client *c) {
2844 zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_DIFF);
2845}
2846
2847void zunionCommand(client *c) {
2848 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_UNION);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected