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

Function evalGetKeys

src/db.cpp:2259–2262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2257}
2258
2259int evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
2260 UNUSED(cmd);
2261 return genericGetKeys(0, 2, 3, 1, argv, argc, result);
2262}
2263
2264/* Helper function to extract keys from the SORT command.
2265 *

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected