aboutsummaryrefslogtreecommitdiff
path: root/src/resp_parser.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-20feat: Added parsing of simple command line arguments and CONFIG GET command i...omagdy1-3/+3
2025-07-17test: Moved tests to seprate files under tests folder for more structureomagdy1-985/+138
2025-07-17feat: Added expiry options to SET commandomagdy1-1/+2
2025-07-16feat: Added support for simple commands like PING, ECHO, GET and SETomagdy1-1/+48
2025-07-16feat: Implemented a little top down parser for RESPomagdy1-0/+1574