index
:
redis-rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib.rs
Age
Commit message (
Collapse
)
Author
Files
Lines
2025-07-23
refactor+feat: Did overhaul refactoring for how I model each server data and ↵
omagdy
1
-164
/
+1
also add a feat to propagate write commands to replicas
2025-07-23
feat: Added syncing with empty RDB file
omagdy
1
-3
/
+3
2025-07-23
refactor: Removed redundancy from `handshake_process` function
omagdy
1
-44
/
+32
2025-07-23
feat: Implemented last step of handshake process
omagdy
1
-0
/
+19
2025-07-23
feat: Added second step in the handshake process
omagdy
1
-4
/
+27
2025-07-23
feat: Added first step in handshake process between replicas(slaves) and ↵
omagdy
1
-5
/
+28
master nodes
2025-07-23
feat: Added replicationID and replicationOffset in info command for master nodes
omagdy
1
-0
/
+12
2025-07-23
feat: Added simple logic to check if redis node role is master or slave
omagdy
1
-5
/
+43
2025-07-22
feat: Configure listening port throught command line arguments
omagdy
1
-1
/
+14
2025-07-22
feat: Added a feature to proprely parse rdb files and added support for KEYS ↵
omagdy
1
-2
/
+7
command
2025-07-20
feat: Added parsing of simple command line arguments and CONFIG GET command ↵
omagdy
1
-0
/
+44
implementation
2025-07-17
test: Moved tests to seprate files under tests folder for more structure
omagdy
1
-0
/
+5