aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Collapse)AuthorFilesLines
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
command
2025-07-20feat: Added parsing of simple command line arguments and CONFIG GET command ↵omagdy1-0/+44
implementation
2025-07-17test: Moved tests to seprate files under tests folder for more structureomagdy1-0/+5