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

Method pexpireat

lib_acl_cpp/src/redis/redis_key.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296int redis_key::pexpireat(const char* key, long long int stamp)
297{
298 return pexpireat(key, strlen(key), stamp);
299}
300
301int redis_key::pexpireat(const char* key, size_t len, long long int stamp)
302{

Callers

nothing calls this directly

Calls 3

acl_i64toaFunction · 0.85
hash_slotFunction · 0.85
build_requestFunction · 0.50

Tested by

no test coverage detected