aboutsummaryrefslogtreecommitdiff
path: root/src/k2v-client/lib.rs
Commit message (Collapse)AuthorAgeFilesLines
* k2v-client libary poll_range and CLI poll-rangeAlex Auvolat2023-01-111-1/+88
|
* Fix poll item when item didn't changek2v-poll-fixAlex Auvolat2022-07-041-4/+4
|
* K2V client improvements (#307)v0.7.2Alex2022-05-241-0/+611
- [x] Better distinguish error types - [x] Parse error messages received from server - [x] Remove `src/` folder layer, we don't have that for other crates Co-authored-by: Alex Auvolat <alex@adnab.me> Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/307 Co-authored-by: Alex <alex@adnab.me> Co-committed-by: Alex <alex@adnab.me>