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

Method SdiffgenericCommand

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

Source from the content-addressed store, hash-verified

923class SdiffgenericCommand : public Command {
924 public:
925 SdiffgenericCommand(const std::string& name, const char* sflags, bool store)
926 : Command(name, sflags), _store(store) {}
927
928 Expected<std::string> run(Session* sess) final {
929 const std::vector<std::string>& args = sess->getArgs();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected