MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / sunionstoreCommand

Function sunionstoreCommand

src/t_set.cpp:1185–1187  ·  view source on GitHub ↗

SUNIONSTORE destination key [key ...] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sunionDiffGenericCommandFunction · 0.85

Tested by

no test coverage detected