aboutsummaryrefslogtreecommitdiff
path: root/src/model/k2v/item_table.rs
Commit message (Expand)AuthorAgeFilesLines
* obsolete clippy lintsv0.8.2prepare-v082Alex Auvolat2023-03-131-1/+0
* Fix fmtAlex Auvolat2023-01-261-1/+1
* More clippy fixesAlex Auvolat2023-01-261-1/+2
* Merge branch 'main' into k2v-watch-range-2Alex Auvolat2023-01-261-2/+2
|\
| * {model,util}/Cargo.toml: Updated blake2 from 0.9 to 0.10.Jonathan Davies2023-01-261-2/+2
* | Type definition for range seen markerAlex Auvolat2023-01-101-1/+1
* | Make K2V item timestamps globally increasing on each nodeAlex Auvolat2023-01-101-2/+5
* | K2V: Subscription to ranges of itemsAlex Auvolat2023-01-101-1/+1
|/
* Refactor how things are migratedAlex Auvolat2023-01-031-21/+33
* Ability to have custom timeouts in request strategy (not used)configurable-timeoutsAlex Auvolat2022-09-201-4/+4
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-52/+50
* Abstract database behind generic interface and implement alternative drivers ...Alex2022-06-081-4/+20
* First implementation of K2V (#293)Alex2022-05-101-0/+291