The goal here is to create a decoder handler that can transform a ByteBuffer received from the Memcached server into a MemcachedResponse.
This will also include writing a unit test to verify the correct parsing of different MemcachedResponses.
Finally, this also includes handling responses for set operations.