| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-24 | refactor: Refactor how I model the state and config and cache of the server ↵ | omagdy | 1 | -9/+8 | |
| with sepraration of concerns | |||||
| 2025-07-23 | feat: Added simple response to INFO replication command | omagdy | 1 | -0/+4 | |
| 2025-07-20 | feat: Added parsing of simple command line arguments and CONFIG GET command ↵ | omagdy | 1 | -3/+3 | |
| implementation | |||||
| 2025-07-17 | test: Moved tests to seprate files under tests folder for more structure | omagdy | 1 | -985/+138 | |
| 2025-07-17 | feat: Added expiry options to SET command | omagdy | 1 | -1/+2 | |
| 2025-07-16 | feat: Added support for simple commands like PING, ECHO, GET and SET | omagdy | 1 | -1/+48 | |
| - 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-16 | feat: Implemented a little top down parser for RESP | omagdy | 1 | -0/+1574 | |
