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