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

Method keycacheIsEnabled

src/db.cpp:3171–3176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3169}
3170
3171bool redisDbPersistentData::keycacheIsEnabled()
3172{
3173 if (m_spstorage == nullptr)
3174 return false;
3175 return m_spstorage->keycacheIsEnabled();
3176}
3177
3178void redisDbPersistentData::trackkey(const char *key, bool fUpdate)
3179{

Callers 2

performEvictionsFunction · 0.45
throttleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected