This should only be used if you look at the key, we do not fixup objects stored elsewhere
| 1198 | // This should only be used if you look at the key, we do not fixup |
| 1199 | // objects stored elsewhere |
| 1200 | dict *dictUnsafeKeyOnly() { return m_pdict; } |
| 1201 | |
| 1202 | const redisDbPersistentDataSnapshot *createSnapshot(uint64_t mvccCheckpoint, bool fOptional); |
| 1203 | void endSnapshot(const redisDbPersistentDataSnapshot *psnapshot); |
no outgoing calls
no test coverage detected