| 2841 | } |
| 2842 | |
| 2843 | void zdiffstoreCommand(client *c) { |
| 2844 | zunionInterDiffGenericCommand(c, c->argv[1], 2, SET_OP_DIFF); |
| 2845 | } |
| 2846 | |
| 2847 | void zunionCommand(client *c) { |
| 2848 | zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_UNION); |
nothing calls this directly
no test coverage detected