| 3126 | } |
| 3127 | |
| 3128 | redisDbPersistentData::redisDbPersistentData() { |
| 3129 | m_dictChanged = dictCreate(&dictChangeDescType, nullptr); |
| 3130 | } |
| 3131 | |
| 3132 | void redisDbPersistentData::trackChanges(bool fBulk, size_t sizeHint) |
| 3133 | { |
nothing calls this directly
no test coverage detected