| 1698 | } |
| 1699 | |
| 1700 | int zunionInterDiffStoreGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 1701 | UNUSED(cmd); |
| 1702 | return genericGetKeys(1, 2, 3, 1, argv, argc, result); |
| 1703 | } |
| 1704 | |
| 1705 | int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 1706 | UNUSED(cmd); |
nothing calls this directly
no test coverage detected