mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
refactor: remove transaction lib on cluster code dependency (#4417)
This commit is contained in:
parent
cb752d90cd
commit
933c9f0b1c
30 changed files with 221 additions and 198 deletions
|
@ -239,7 +239,7 @@ class DbSlice {
|
|||
Stats GetStats() const;
|
||||
|
||||
// Returns slot statistics for db 0.
|
||||
SlotStats GetSlotStats(cluster::SlotId sid) const;
|
||||
SlotStats GetSlotStats(SlotId sid) const;
|
||||
|
||||
void UpdateExpireBase(uint64_t now, unsigned generation) {
|
||||
expire_base_[generation & 1] = now;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue