Implementing redis serialisation protocol
This is a follow-up post from Building redis with CodeCrafters. When I first started the redis challenge, I did the quick and dirty way of bypassing the redis serialisation protocol in order to make things work. Redis serialisation protocol implement...


