| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | feat: Added support for simple commands like PING, ECHO, GET and SET | omagdy | 1 | -1/+48 | |
| - Implemented a simple parsing logic for parsing commmands now - Created a HashMap that will act as our storage and shared it across threads using `Arc<Mutex<()>>` magic - Wrote some macros to make instantiating RESP types eaiser for myself | |||||
| 2025-07-16 | feat: Implemented a little top down parser for RESP | omagdy | 1 | -0/+1574 | |
