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

Method slots

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

Source from the content-addressed store, hash-verified

1117 redisDbPersistentData(redisDbPersistentData &&) = delete;
1118
1119 size_t slots() const { return dictSlots(m_pdict); }
1120 size_t size(bool fCachedOnly = false) const;
1121 void expand(uint64_t slots) {
1122 if (m_spstorage)

Callers 2

getMemoryOverheadDataFunction · 0.80
serverCronFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected