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

Method ttl

lib_acl_cpp/src/redis/redis_key.cpp:444–447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442}
443
444int redis_key::ttl(const char* key)
445{
446 return ttl(key, strlen(key));
447}
448
449int redis_key::ttl(const char* key, size_t len)
450{

Callers 10

test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
test_ttlFunction · 0.80
check_ttlMethod · 0.80

Calls 2

hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by 9

test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64
test_ttlFunction · 0.64