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

Method mset

lib_acl_cpp/src/redis/redis_string.cpp:682–686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680/////////////////////////////////////////////////////////////////////////////
681
682bool redis_string::mset(const std::map<string, string>& objs)
683{
684 build("MSET", NULL, objs);
685 return check_status();
686}
687
688bool redis_string::mset(const std::vector<string>& keys,
689 const std::vector<string>& values)

Callers 1

test_msetFunction · 0.80

Calls 1

buildFunction · 0.50

Tested by 1

test_msetFunction · 0.64