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

Method hset

lib_acl_cpp/src/redis/redis_hash.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175/////////////////////////////////////////////////////////////////////////////
176
177int redis_hash::hset(const char* key, const char* name, const char* value)
178{
179 return hset(key, name, value, strlen(value));
180}
181
182int redis_hash::hset(const char* key, const char* name,
183 const char* value, size_t value_len)

Callers 3

test_hsetFunction · 0.80
mainFunction · 0.80
setMethod · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 1

test_hsetFunction · 0.64