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

Function zdiffstoreCommand

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected