aboutsummaryrefslogtreecommitdiff
path: root/src/server.rs
AgeCommit message (Collapse)AuthorFilesLines
2025-07-24refactor: Refactor how I model the state and config and cache of the server ↵omagdy1-179/+539
with sepraration of concerns
2025-07-23refactor: did some better design choicesomagdy1-11/+57
2025-07-23feat: Propagate write commands such as SET to replicas and actually execute ↵omagdy1-17/+49
them on the replicas
2025-07-23refactor+feat: Did overhaul refactoring for how I model each server data and ↵omagdy1-0/+354
also add a feat to propagate write commands to replicas