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

Method expireSize

src/server.h:1170–1170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168 bool syncDelete(robj *key);
1169 bool asyncDelete(robj *key);
1170 size_t expireSize() const { return m_numexpires; }
1171 int removeExpire(robj *key, dict_iter itr);
1172 int removeSubkeyExpire(robj *key, robj *subkey);
1173 void clear(void(callback)(void*));

Callers 7

dbRandomKeyFunction · 0.80
setExpireFunction · 0.80
performEvictionsFunction · 0.80
rdbSaveRioFunction · 0.80
activeExpireCycleCoreMethod · 0.80
serverCronFunction · 0.80
genRedisInfoStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected