aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
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