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

Method msetnx

lib_acl_cpp/src/redis/redis_string.cpp:710–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708/////////////////////////////////////////////////////////////////////////////
709
710int redis_string::msetnx(const std::map<string, string>& objs)
711{
712 build("MSETNX", NULL, objs);
713 return get_number();
714}
715
716int redis_string::msetnx(const std::vector<string>& keys,
717 const std::vector<string>& values)

Callers 1

test_msetnxFunction · 0.80

Calls 1

buildFunction · 0.50

Tested by 1

test_msetnxFunction · 0.64