aboutsummaryrefslogtreecommitdiff
path: root/src/resp_commands.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16feat: Added support for simple commands like PING, ECHO, GET and SETomagdy1-36/+292
- 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-16feat: Finished ECHO commandomagdy1-0/+59