K2V: Subscription to ranges of items

This commit is contained in:
Alex Auvolat
2023-01-10 10:30:59 +01:00
parent 02e8eb167e
commit a48e2e0cb2
7 changed files with 117 additions and 59 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ use garage_table::*;
use crate::index_counter::*;
use crate::k2v::causality::*;
use crate::k2v::poll::*;
use crate::k2v::sub::*;
pub const ENTRIES: &str = "entries";
pub const CONFLICTS: &str = "conflicts";