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

Function zdiffCommand

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected