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

Function zinterCommand

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

Source from the content-addressed store, hash-verified

2850}
2851
2852void zinterCommand(client *c) {
2853 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_INTER);
2854}
2855
2856void zdiffCommand(client *c) {
2857 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_DIFF);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected