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

Function zdiffCommand

src/t_zset.cpp:2855–2857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2853}
2854
2855void zdiffCommand(client *c) {
2856 zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_DIFF);
2857}
2858
2859typedef enum {
2860 ZRANGE_DIRECTION_AUTO = 0,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected