cc-kv-go Inspired by Coding Challenges - Build Your Own Redis Server, this is an implementation of a basic Redis compatible server in Go. Usage Run make run to start the binary on port 6379. References Coding Challenges - Build Your Own Redis Server Redis Serialization Protocol (RESP) Spec Build a concurrent TCP server in Go