aboutsummaryrefslogtreecommitdiff
path: root/src/resp_commands.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-22feat: Added a feature to proprely parse rdb files and added support for KEYS ...omagdy1-23/+65
2025-07-20feat: Added parsing of simple command line arguments and CONFIG GET command i...omagdy1-3/+39
2025-07-17test: Moved tests to seprate files under tests folder for more structureomagdy1-307/+8
2025-07-17refactor: moved macros to their own fileomagdy1-91/+1
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