Skip to content

Commit

Permalink
create todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
ODudek committed Dec 13, 2023
1 parent 7360292 commit c04e866
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Aris

Simple in-memory database fully compatible with Redis protocol.


## Todo

- [ ] Implement handlers for SET, GET, PING, HSET, HGET, HGETALL commands
- [ ] Implement in-memory storage
- [ ] Implement synchronization to file (for SET and HSET commands)
- [ ] Add missing tests
- [ ] Add CD pipeline
- [ ] Add Dockerfile
Empty file added go.sum
Empty file.

0 comments on commit c04e866

Please sign in to comment.