MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / FKeyExpires

Method FKeyExpires

src/db.cpp:2791–2797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2789}
2790
2791bool redisDb::FKeyExpires(const char *key)
2792{
2793 auto itr = find(key);
2794 if (itr == end())
2795 return false;
2796 return itr->FExpires();
2797}
2798
2799void redisDbPersistentData::updateValue(dict_iter itr, robj *val)
2800{

Callers 1

updateExpireFunction · 0.80

Calls 1

FExpiresMethod · 0.80

Tested by

no test coverage detected