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

Function sdiffCommand

src/t_set.cpp:1190–1192  ·  view source on GitHub ↗

SDIFF key [key ...] */

Source from the content-addressed store, hash-verified

1188
1189/* SDIFF key [key ...] */
1190void sdiffCommand(client *c) {
1191 sunionDiffGenericCommand(c,c->argv+1,c->argc-1,NULL,SET_OP_DIFF);
1192}
1193
1194/* SDIFFSTORE destination key [key ...] */
1195void sdiffstoreCommand(client *c) {

Callers

nothing calls this directly

Calls 1

sunionDiffGenericCommandFunction · 0.85

Tested by

no test coverage detected