MCPcopy Create free account
hub / github.com/Tencent/Tendis / SdiffStoreCommand

Method SdiffStoreCommand

src/tendisplus/commands/set.cpp:1093–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091class SdiffStoreCommand : public SdiffgenericCommand {
1092 public:
1093 SdiffStoreCommand() : SdiffgenericCommand("sdiffstore", "wm", true) {}
1094
1095 ssize_t arity() const {
1096 return -3;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected