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

Function sinterstoreCommand

src/t_set.cpp:1010–1012  ·  view source on GitHub ↗

SINTERSTORE destination key [key ...] */

Source from the content-addressed store, hash-verified

1008
1009/* SINTERSTORE destination key [key ...] */
1010void sinterstoreCommand(client *c) {
1011 sinterGenericCommand(c,c->argv+2,c->argc-2,c->argv[1]);
1012}
1013
1014#define SET_OP_UNION 0
1015#define SET_OP_DIFF 1

Callers

nothing calls this directly

Calls 1

sinterGenericCommandFunction · 0.85

Tested by

no test coverage detected