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

Function zunionInterDiffGetKeys

app/redis-6.2.6/src/db.c:1705–1708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1703}
1704
1705int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
1706 UNUSED(cmd);
1707 return genericGetKeys(0, 1, 2, 1, argv, argc, result);
1708}
1709
1710int evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
1711 UNUSED(cmd);

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected