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