aboutsummaryrefslogtreecommitdiff
path: root/src/resp_parser.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-24refactor: Refactor how I model the state and config and cache of the server w...omagdy1-9/+8
2025-07-23feat: Added simple response to INFO replication commandomagdy1-0/+4
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