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 Add and Replace operations. This will require us to add support for the following M(E) / M(R) Flags. We will also need to write unit test for Add and Replace request construction. An integration test where we open a connection with the Memcached server and test the Add and Replace functionality will also be included.
The text was updated successfully, but these errors were encountered:
dkz2
added a commit
to dkz2/swift-memcache-gsoc
that referenced
this issue
Aug 6, 2023
* add + replace #25
* soundness
* more test for add + replace
* build faiure fix?
* closes#26
* mr conflict clean up
* detla is now associated value
* precondition that both storage and arth mode are not set
* make sure of writeIntAsASCII
* closes#30
* soundness
* added unit test
* unit test refactor no string formatting
* MemcachedConnection clean up
* merge main update
The goal of this issue is to implement support for the
Add
andReplace
operations. This will require us to add support for the followingM(E)
/M(R)
Flags. We will also need to write unit test forAdd
andReplace
request construction. An integration test where we open a connection with the Memcached server and test theAdd
andReplace
functionality will also be included.The text was updated successfully, but these errors were encountered: