mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
* refactor: create one type for slot ranges #2459
This commit is contained in:
parent
bcae2dfb46
commit
8771ab32a6
14 changed files with 148 additions and 111 deletions
|
@ -133,7 +133,7 @@ bool RestoreStreamer::ShouldWrite(std::string_view key) const {
|
|||
}
|
||||
|
||||
bool RestoreStreamer::ShouldWrite(SlotId slot_id) const {
|
||||
return my_slots_.contains(slot_id);
|
||||
return my_slots_.Contains(slot_id);
|
||||
}
|
||||
|
||||
bool RestoreStreamer::WriteBucket(PrimeTable::bucket_iterator it) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue