aboutsummaryrefslogtreecommitdiff
path: root/src/resp_commands.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-17test: Added a whole suite of tests to test parsing and executing commands logicomagdy1-0/+301
2025-07-17refactor: Refactored the parsing logic for more readability and put redundant...omagdy1-181/+178
2025-07-17feat: Added expiry options to SET commandomagdy1-29/+161
2025-07-16feat: Added support for simple commands like PING, ECHO, GET and SETomagdy1-36/+292
2025-07-16feat: Finished ECHO commandomagdy1-0/+59