-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed the TODO.md to correct markdown files
- Loading branch information
1 parent
db1bb89
commit f24a1bb
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |