aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mastergit: Added some files to .gitignoreomagdy4 months
 
 
AgeCommit messageAuthorFilesLines
2025-08-06git: Added some files to .gitignoreHEADmasteromagdy1-0/+3
2025-07-24refactor: Refactor how I model the state and config and cache of the server w...omagdy8-291/+694
2025-07-23refactor: did some better design choicesomagdy2-16/+67
2025-07-23feat: Propagate write commands such as SET to replicas and actually execute t...omagdy1-17/+49
2025-07-23refactor+feat: Did overhaul refactoring for how I model each server data and ...omagdy5-247/+471
2025-07-23feat: Added syncing with empty RDB fileomagdy5-7/+56
2025-07-23refactor: Removed redundancy from `handshake_process` functionomagdy1-44/+32
2025-07-23feat: Implemented last step of handshake processomagdy2-0/+41
2025-07-23feat: Added second step in the handshake processomagdy3-6/+40
2025-07-23feat: Added first step in handshake process between replicas(slaves) and mast...omagdy3-18/+130
[...]