/redis-clone-go

A toy Redis clone capable of handling basic commands like PING, ECHO, SET and GET

Primary LanguageGo

A basic Redis clone

A toy Redis clone that's capable of handling basic commands like PING, SET and GET.

This exercise is part of the "Build Your Own Redis" Challenge of CodeCrafters.