From a182693f965497239b088b948ba31af2b2998eca Mon Sep 17 00:00:00 2001 From: Umur Ozkul Date: Fri, 27 Oct 2023 13:46:24 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 5f67974..e04a668 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ondo -RockDB extensions +A multi-user transactional key-value store implemented in Rust # dev env @@ -22,14 +22,6 @@ docker build --target release \ ``` # todo -- [ ] Feature: Transaction API - - [x] Check: Meta operations exclude all other operations (RWLock) - - [ ] Make meta ops atomic 1 - - [ ] Async server methods has to put a status on the client stream - - [ ] Check: Transaction stream is using transactions - - [ ] - - [ ] Startup: Start Queue Manager - - [ ] UMUR departs here... - [ ] Listing functions need to put into client stream directly instead of collecting a vector - [ ] Feature: TTL - [ ] Feature: Revision number