aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-23refactor+feat: Did overhaul refactoring for how I model each server data and ...omagdy1-164/+1
2025-07-23feat: Added syncing with empty RDB fileomagdy1-3/+3
2025-07-23refactor: Removed redundancy from `handshake_process` functionomagdy1-44/+32
2025-07-23feat: Implemented last step of handshake processomagdy1-0/+19
2025-07-23feat: Added second step in the handshake processomagdy1-4/+27
2025-07-23feat: Added first step in handshake process between replicas(slaves) and mast...omagdy1-5/+28
2025-07-23feat: Added replicationID and replicationOffset in info command for master nodesomagdy1-0/+12
2025-07-23feat: Added simple logic to check if redis node role is master or slaveomagdy1-5/+43
2025-07-22feat: Configure listening port throught command line argumentsomagdy1-1/+14
2025-07-22feat: Added a feature to proprely parse rdb files and added support for KEYS ...omagdy1-2/+7
2025-07-20feat: Added parsing of simple command line arguments and CONFIG GET command i...omagdy1-0/+44
2025-07-17test: Moved tests to seprate files under tests folder for more structureomagdy1-0/+5