You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue will focus on implementing the delete command. The goal here is to create a new type of MemcachedRequest that correspond to the delete operation. Additionally, this issue includes updating our MemcachedResponseDecoder and MemcachedRequestEncoder to handle request/responses for delete operations. Unit tests for delete request construction and response parsing, as well as an unit and integration test with a Memcached server, and Finally adding API support to our Connection Actor.
The text was updated successfully, but these errors were encountered:
This issue will focus on implementing the
delete
command. The goal here is to create a new type ofMemcachedRequest
that correspond to thedelete
operation. Additionally, this issue includes updating ourMemcachedResponseDecoder
andMemcachedRequestEncoder
to handle request/responses fordelete
operations. Unit tests fordelete
request construction and response parsing, as well as an unit and integration test with a Memcached server, and Finally adding API support to our Connection Actor.The text was updated successfully, but these errors were encountered: