| 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) |
no outgoing calls
no test coverage detected