This project is part of the Codecrafters Redis Challenge.
I’m building a Redis-compatible server from scratch using async Rust.
- Stage 1: Accept TCP connections
- Stage 2: Respond to PING
- Stage 3: Parse RESP arrays
- Stage 4: SET command
- Stage 5: GET command
- Stage 6: Expiry support
- Stage 7: Concurrency
- Stage 8+: Advanced Redis commands
- – current working implementation
- – archived code snapshots + notes per stage