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

Method dictUnsafeKeyOnly

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

This should only be used if you look at the key, we do not fixup objects stored elsewhere

Source from the content-addressed store, hash-verified

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);

Callers 7

scanGenericCommandFunction · 0.80
evictionPoolPopulateFunction · 0.80
performEvictionsFunction · 0.80
activeDefragCycleFunction · 0.80
databasesCronFunction · 0.80
RM_ScanFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected