MCPcopy Create free account
hub / github.com/acl-dev/acl / eval_strings

Method eval_strings

lib_acl_cpp/src/redis/redis_script.cpp:186–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186int redis_script::eval_strings(const char* script,
187 const std::vector<string>& keys,
188 const std::vector<string>& args,
189 std::vector<string>& out)
190{
191 return eval_strings("EVAL", script, keys, args, out);
192}
193
194int redis_script::evalsha_status(const char* script,
195 const std::vector<string>& keys,

Callers

nothing calls this directly

Calls 5

get_childrenMethod · 0.45
clearMethod · 0.45
reserveMethod · 0.45
argv_to_stringMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected