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

Function zunionInterDiffGetKeys

src/db.cpp:2254–2257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2252}
2253
2254int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
2255 UNUSED(cmd);
2256 return genericGetKeys(0, 1, 2, 1, argv, argc, result);
2257}
2258
2259int evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
2260 UNUSED(cmd);

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected