Skip to content

Conversation

@dkz2
Copy link
Contributor

@dkz2 dkz2 commented May 26, 2023

Created a decoder handler that can transform a ByteBuffer received from the Memcached server into a MemcachedResponse. This PR will close #5.

Motivation:

This marks the beginning for future implementations of decoding a MemcachedResponse.

Modifications:

Implemented definition of a basic MemcachedResponse.
Implemented a basic decoder to deserialize a MemcachedResponse.
Added Unit and updated our Integration test.

Result:

We can now successfully decode a MemcachedResponse received from the Memcached server.

@dkz2 dkz2 closed this May 26, 2023
@dkz2
Copy link
Contributor Author

dkz2 commented May 26, 2023

closed in favor of #11.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant