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

Function zinterCommand

src/t_zset.cpp:2851–2853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected