SUNION key [key ...] */
| 1178 | |
| 1179 | /* SUNION key [key ...] */ |
| 1180 | void sunionCommand(client *c) { |
| 1181 | sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_UNION); |
| 1182 | } |
| 1183 | |
| 1184 | /* SUNIONSTORE destination key [key ...] */ |
| 1185 | void sunionstoreCommand(client *c) { |
nothing calls this directly
no test coverage detected