| 2849 | } |
| 2850 | |
| 2851 | void zinterCommand(client *c) { |
| 2852 | zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_INTER); |
| 2853 | } |
| 2854 | |
| 2855 | void zdiffCommand(client *c) { |
| 2856 | zunionInterDiffGenericCommand(c, NULL, 1, SET_OP_DIFF); |
nothing calls this directly
no test coverage detected