SUNIONSTORE destination key [key ...] */
| 1183 | |
| 1184 | /* SUNIONSTORE destination key [key ...] */ |
| 1185 | void sunionstoreCommand(client *c) { |
| 1186 | sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_UNION); |
| 1187 | } |
| 1188 | |
| 1189 | /* SDIFF key [key ...] */ |
| 1190 | void sdiffCommand(client *c) { |
nothing calls this directly
no test coverage detected