aboutsummaryrefslogtreecommitdiff
path: root/src/api/k2v/index.rs
Commit message (Expand)AuthorAgeFilesLines
* layout: refactor to use a RwLock on LayoutHistoryAlex Auvolat2023-11-091-7/+4
* cluster layout: adapt all uses of ClusterLayout to LayoutHistoryAlex Auvolat2023-11-081-3/+6
* avoid using layout_watch in System directlyAlex Auvolat2023-11-081-1/+1
* remove Ring and use ClusterLayout everywhereAlex Auvolat2023-11-081-4/+4
* Implement PollRange API endpointAlex Auvolat2023-01-101-6/+3
* improve internal item counter mechanisms and implement bucket quotas (#326)Alex2022-06-151-1/+1
* First version of admin API (#298)Alex2022-05-241-1/+1
* First implementation of K2V (#293)Alex2022-05-101-0/+100