| 2833 | } |
| 2834 | |
| 2835 | void zunionstoreCommand(client *c) { |
| 2836 | zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_UNION); |
| 2837 | } |
| 2838 | |
| 2839 | void zinterstoreCommand(client *c) { |
| 2840 | zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_INTER); |
nothing calls this directly
no test coverage detected