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

Function zunionInterDiffStoreGetKeys

src/db.cpp:2249–2252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2247}
2248
2249int zunionInterDiffStoreGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
2250 UNUSED(cmd);
2251 return genericGetKeys(1, 2, 3, 1, argv, argc, result);
2252}
2253
2254int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
2255 UNUSED(cmd);

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected