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
The goal of this issue is to implement support for the append and prepend operations. This will require us to add support for the following M(A) / M(P) Flags. We will also need to write unit tests for append and prepend request construction. An integration test where we open a connection with a Memcached server and test the append and prepend functionality will also be included and Finally adding API support to our Connection Actor.
The text was updated successfully, but these errors were encountered:
The goal of this issue is to implement support for the
append
andprepend
operations. This will require us to add support for the followingM(A)
/M(P)
Flags. We will also need to write unit tests forappend
andprepend
request construction. An integration test where we open a connection with a Memcached server and test theappend
andprepend
functionality will also be included and Finally adding API support to our Connection Actor.The text was updated successfully, but these errors were encountered: