refactor: remove transaction lib on cluster code dependency (#4417)

This commit is contained in:
Borys 2025-01-08 11:38:13 +02:00 committed by GitHub
parent cb752d90cd
commit 933c9f0b1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
30 changed files with 221 additions and 198 deletions

View file

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