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

Class redisCommand

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

Source from the content-addressed store, hash-verified

1600/* The base case is to use the keys position as given in the command table
1601 * (firstkey, lastkey, step). */
1602int getKeysUsingCommandTable(struct redisCommand *cmd,robj **argv, int argc, getKeysResult *result) {
1603 int j, i = 0, last, *keys;
1604 UNUSED(argv);
1605

Callers 14

cliIntegrateHelpFunction · 0.70
cliAuthFunction · 0.70
cliSelectFunction · 0.70
cliSwitchProtoFunction · 0.70
cliSendAskingFunction · 0.70
evalModeFunction · 0.70
sendReplconfFunction · 0.70
sendScanFunction · 0.70
getDbSizeFunction · 0.70
getRedisContextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected