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

Function sdiffstoreCommand

src/t_set.cpp:1195–1197  ·  view source on GitHub ↗

SDIFFSTORE destination key [key ...] */

Source from the content-addressed store, hash-verified

1193
1194/* SDIFFSTORE destination key [key ...] */
1195void sdiffstoreCommand(client *c) {
1196 sunionDiffGenericCommand(c,c->argv+2,c->argc-2,c->argv[1],SET_OP_DIFF);
1197}
1198
1199void sscanCommand(client *c) {
1200 robj_roptr set;

Callers

nothing calls this directly

Calls 1

sunionDiffGenericCommandFunction · 0.85

Tested by

no test coverage detected