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