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

Function zunionInterDiffStoreGetKeys

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

Source from the content-addressed store, hash-verified

1698}
1699
1700int zunionInterDiffStoreGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
1701 UNUSED(cmd);
1702 return genericGetKeys(1, 2, 3, 1, argv, argc, result);
1703}
1704
1705int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
1706 UNUSED(cmd);

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected