Build your own redis

來源於 codecrafters.io 上的 redis golang 實作課程

實現基本的幾個指令功能:

  1. PING
  2. ECHO
  3. SET, GET, PX

可以直接使用 redis-cli 進行測試