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

Function evalGetKeys

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

Source from the content-addressed store, hash-verified

1708}
1709
1710int evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) {
1711 UNUSED(cmd);
1712 return genericGetKeys(0, 2, 3, 1, argv, argc, result);
1713}
1714
1715/* Helper function to extract keys from the SORT command.
1716 *

Callers

nothing calls this directly

Calls 1

genericGetKeysFunction · 0.85

Tested by

no test coverage detected