This is a starting point for Go solutions to the "Build Your Own Redis" Challenge.
In this challenge, I'll build a toy Redis clone that's capable of handling
basic commands like PING, SET and GET. Along the way we'll learn about
event loops, the Redis protocol and more.