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

Class redisCommand

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

Source from the content-addressed store, hash-verified

2149/* The base case is to use the keys position as given in the command table
2150 * (firstkey, lastkey, step). */
2151int getKeysUsingCommandTable(struct redisCommand *cmd,robj **argv, int argc, getKeysResult *result) {
2152 int j, i = 0, last, *keys;
2153 UNUSED(argv);
2154

Callers 15

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