aboutsummaryrefslogtreecommitdiff
path: root/tests/test_commands.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-24refactor: Refactor how I model the state and config and cache of the server ↵omagdy1-27/+31
with sepraration of concerns
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: Added a feature to proprely parse rdb files and added support for KEYS ↵omagdy1-9/+7
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 structureomagdy1-0/+312