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

Function zinterstoreCommand

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected