| 2247 | } |
| 2248 | |
| 2249 | int zunionInterDiffStoreGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 2250 | UNUSED(cmd); |
| 2251 | return genericGetKeys(1, 2, 3, 1, argv, argc, result); |
| 2252 | } |
| 2253 | |
| 2254 | int zunionInterDiffGetKeys(struct redisCommand *cmd, robj **argv, int argc, getKeysResult *result) { |
| 2255 | UNUSED(cmd); |
nothing calls this directly
no test coverage detected