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

Method getset

lib_acl_cpp/src/redis/redis_string.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287bool redis_string::getset(const char* key, const char* value, string& buf)
288{
289 return getset(key, strlen(key), value, strlen(value), buf);
290}
291
292bool redis_string::getset(const char* key, size_t key_len,
293 const char* value, size_t value_len, string& buf)

Callers 1

test_getsetFunction · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 1

test_getsetFunction · 0.64