Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
umuro authored Oct 27, 2023
1 parent 90f0cfb commit a182693
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ondo
RockDB extensions
A multi-user transactional key-value store implemented in Rust

# dev env

Expand All @@ -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
Expand Down

0 comments on commit a182693

Please sign in to comment.