Skip to content

Commit

Permalink
Changed the TODO.md to correct markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
cRYP70n-13 committed Apr 21, 2024
1 parent db1bb89 commit f24a1bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[ ] - Complete the simple skeleton of Redis
[ ] - Hmm maybe some TLL and mTTL ??? OMG
[ ] - Pub/Sub maybe !!
[ ] - Split the project into multiple modules so it will be easy to test
[ ] - Write some goddam tests for it. Well TDD you know bro.
[ ] - Add the ability to quit and re-join in case of network failure.
[ ] - use gRPC instead of plain dials or something ... ?? (Maybe if we wanna have some fun)
[ ] - Try to implement some advanced data structures like ordered maps and stuff (Well also maybe)
- [ ] Complete the simple skeleton of Redis
- [ ] Hmm maybe some TLL and mTTL ??? OMG
- [ ] Pub/Sub maybe !!
- [ ] Split the project into multiple modules so it will be easy to test
- [ ] Write some goddam tests for it. Well TDD you know bro.
- [ ] Add the ability to quit and re-join in case of network failure.
- [ ] use gRPC instead of plain dials or something ... ?? (Maybe if we wanna have some fun)
- [ ] Try to implement some advanced data structures like ordered maps and stuff (Well also maybe)

0 comments on commit f24a1bb

Please sign in to comment.