Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 306 Bytes

File metadata and controls

11 lines (7 loc) · 306 Bytes

Redis from Scratch

One day, I decided to learn Go and build my own Redis by hand (without AI) to understand how it actually works.

Thank you, codecrafters.io, for providing structured tasks and test cases.

Usage

  1. Install official redis-cli
  2. Run ./your_program.sh
  3. Run redis-cli -p 6379