aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2025-07-17feat: Added expiry options to SET commandomagdy3-38/+187
2025-07-16feat: Added support for simple commands like PING, ECHO, GET and SETomagdy3-42/+351
- 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 commandomagdy2-2/+70
2025-07-16feat: Implemented a little top down parser for RESPomagdy1-0/+1574
2025-07-15codecrafters submit [skip ci]omagdy0-0/+0
2025-07-15codecrafters submit [skip ci]omagdy1-9/+28
2025-07-15codecrafters submit [skip ci]omagdy0-0/+0
2025-07-15codecrafters submit [skip ci]omagdy2-6/+5
2025-07-15test respond to multiple PINGsomagdy1-2/+10
2025-07-15test respond to PINGomagdy1-3/+3
2025-07-15test respond to PINGomagdy1-16/+11
2025-07-15testomagdy0-0/+0
2025-07-14init [skip ci]codecrafters-bot10-0/+592