Tag: refactoring
All the articles with the tag "refactoring".
-
Building a Redis Clone in Rust: Refactoring for Data Structures
Phase 4 (Part 1) of building Rudis, a Redis clone in Rust. Covers the refactoring from a bytes-only store to a multi-type DataType enum, splitting the codebase into modules, implementing WRONGTYPE errors, and how this groundwork enabled Lists, Sets, and Hashes.