Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 199 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 199 Bytes

Drop-in replacement for you redis-server written in Golang

  1. Implemented event loop using Golang
  2. Implemented basic commands like SET, EXPIRY, DEL, GET, TTL etc
  3. Implemented command pipelining