SDIFFSTORE destination key [key ...] */
| 1193 | |
| 1194 | /* SDIFFSTORE destination key [key ...] */ |
| 1195 | void sdiffstoreCommand(client *c) { |
| 1196 | sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_DIFF); |
| 1197 | } |
| 1198 | |
| 1199 | void sscanCommand(client *c) { |
| 1200 | robj_roptr set; |
nothing calls this directly
no test coverage detected