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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-23
feat: Added first step in handshake process between replicas(slaves) and mast...
omagdy
3
-18
/
+130
2025-07-23
feat: Added replicationID and replicationOffset in info command for master nodes
omagdy
2
-4
/
+23
2025-07-23
feat: Added simple logic to check if redis node role is master or slave
omagdy
3
-7
/
+52
2025-07-23
feat: Added simple response to INFO replication command
omagdy
3
-5
/
+19
2025-07-22
feat: Configure listening port throught command line arguments
omagdy
2
-24
/
+43
2025-07-22
feat: Implemented reading a key from rdb file
omagdy
4
-41
/
+64
2025-07-22
test: Added test suite for parsing rdb file format
omagdy
1
-0
/
+704
2025-07-22
feat: Added a feature to proprely parse rdb files and added support for KEYS ...
omagdy
9
-39
/
+811
2025-07-20
feat: Added parsing of simple command line arguments and CONFIG GET command i...
omagdy
5
-13
/
+111
2025-07-17
test: Moved tests to seprate files under tests folder for more structure
omagdy
15
-1337
/
+1888
2025-07-17
refactor: moved macros to their own file
omagdy
3
-91
/
+92
2025-07-17
test: Added a whole suite of tests to test parsing and executing commands logic
omagdy
1
-0
/
+301
2025-07-17
refactor: Refactored the parsing logic for more readability and put redundant...
omagdy
1
-181
/
+178
2025-07-17
enhance: Added a cleanup thread that every 10 seconds cleans up null values t...
omagdy
1
-1
/
+22
2025-07-17
feat: Added expiry options to SET command
omagdy
3
-38
/
+187
2025-07-16
feat: Added support for simple commands like PING, ECHO, GET and SET
omagdy
3
-42
/
+351
2025-07-16
feat: Finished ECHO command
omagdy
2
-2
/
+70
2025-07-16
feat: Implemented a little top down parser for RESP
omagdy
1
-0
/
+1574
2025-07-15
codecrafters submit [skip ci]
omagdy
0
-0
/
+0
2025-07-15
codecrafters submit [skip ci]
omagdy
1
-9
/
+28
2025-07-15
codecrafters submit [skip ci]
omagdy
0
-0
/
+0
2025-07-15
codecrafters submit [skip ci]
omagdy
2
-6
/
+5
2025-07-15
test respond to multiple PINGs
omagdy
1
-2
/
+10
2025-07-15
test respond to PING
omagdy
1
-3
/
+3
2025-07-15
test respond to PING
omagdy
1
-16
/
+11
2025-07-15
test
omagdy
0
-0
/
+0
2025-07-14
init [skip ci]
codecrafters-bot
10
-0
/
+592