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