aboutsummaryrefslogtreecommitdiff
path: root/src/rdb.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-24refactor: Refactor how I model the state and config and cache of the server w...omagdy1-0/+14
2025-07-22feat: Implemented reading a key from rdb fileomagdy1-11/+24
2025-07-22feat: Added a feature to proprely parse rdb files and added support for KEYS ...omagdy1-0/+687