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

Function sunionCommand

src/t_set.cpp:1180–1182  ·  view source on GitHub ↗

SUNION key [key ...] */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

sunionDiffGenericCommandFunction · 0.85

Tested by

no test coverage detected