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

Method set

lib_acl_cpp/src/redis/redis_string.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool redis_string::set(const char* key, const char* value)
48{
49 return set(key, strlen(key), value, strlen(value));
50}
51
52bool redis_string::set(const char* key, size_t key_len,
53 const char* value, size_t value_len)

Callers 3

runMethod · 0.45
build_requestMethod · 0.45
redirectMethod · 0.45

Calls 5

setFunction · 0.85
hash_slotFunction · 0.85
safe_snprintfFunction · 0.85
dbuf_allocMethod · 0.80
build_requestFunction · 0.50

Tested by

no test coverage detected