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 increment and decrement operations, specified via the M(I) and M(D) Flags in the Meta Arithmetic (ma) command. This will require us to create a new MemcahedRequest that corresponds to the Meta Arithmetic operation. Additionally this issue will include updating our MemcachedResponseDecoder and MemcachedRequestEncoder to handle request/responses for arithmetic operations. Unit tests for arithmetic request construction and response parsing, as well as a unit and integration test with a Memcached server, and finally adding API support to our MemcachedConnection.
The text was updated successfully, but these errors were encountered:
dkz2
added a commit
to dkz2/swift-memcache-gsoc
that referenced
this issue
Aug 8, 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
increment
anddecrement
operations, specified via theM(I)
andM(D)
Flags in theMeta Arithmetic
(ma
) command. This will require us to create a newMemcahedRequest
that corresponds to theMeta Arithmetic
operation. Additionally this issue will include updating ourMemcachedResponseDecoder
andMemcachedRequestEncoder
to handle request/responses forarithmetic
operations. Unit tests forarithmetic
request construction and response parsing, as well as a unit and integration test with a Memcached server, and finally adding API support to ourMemcachedConnection
.The text was updated successfully, but these errors were encountered: