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

Method setex

lib_acl_cpp/src/redis/redis_string.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool redis_string::setex(const char* key, const char* value, int timeout)
130{
131 return setex(key, strlen(key), value, strlen(value), timeout);
132}
133
134bool redis_string::setex(const char* key, size_t key_len, const char* value,
135 size_t value_len, int timeout)

Callers 1

test_setexFunction · 0.80

Calls 4

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

Tested by 1

test_setexFunction · 0.64