aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2025-07-23refactor+feat: Did overhaul refactoring for how I model each server data and ↵omagdy1-3/+6
also add a feat to propagate write commands to replicas
2025-07-22feat: Implemented reading a key from rdb fileomagdy1-0/+1
2025-07-22test: Added test suite for parsing rdb file formatomagdy1-0/+704
2025-07-22feat: Added a feature to proprely parse rdb files and added support for KEYS ↵omagdy3-11/+8
command
2025-07-20feat: Added parsing of simple command line arguments and CONFIG GET command ↵omagdy1-2/+3
implementation
2025-07-17test: Moved tests to seprate files under tests folder for more structureomagdy9-0/+1691