SDIFF key [key ...] */
| 1188 | |
| 1189 | /* SDIFF key [key ...] */ |
| 1190 | void sdiffCommand(client *c) { |
| 1191 | sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_DIFF); |
| 1192 | } |
| 1193 | |
| 1194 | /* SDIFFSTORE destination key [key ...] */ |
| 1195 | void sdiffstoreCommand(client *c) { |
nothing calls this directly
no test coverage detected