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

Method evalCommand

src/tendisplus/script/lua_state.cpp:1022–1024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020}
1021
1022Expected<std::string> LuaState::evalCommand(Session* sess) {
1023 return evalGenericCommand(sess, 0);
1024}
1025
1026Expected<std::string> LuaState::evalShaCommand(Session* sess) {
1027 // directly return error if sha has wrong length.

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected