| 1703 | } |
| 1704 | |
| 1705 | int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 1706 | UNUSED(cmd); |
| 1707 | return genericGetKeys(0, 1, 2, 1, argv, argc, result); |
| 1708 | } |
| 1709 | |
| 1710 | int evalGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 1711 | UNUSED(cmd); |
nothing calls this directly
no test coverage detected