EnyimMemcached
EnyimMemcached copied to clipboard
C# Memcached client
Touch support required for extending items' TTL value This is a cleaned up version of PR #147. I've tidied up the white space differences, removed the packages, and added unit...
Fixes issue described in https://github.com/enyim/EnyimMemcached/issues/162. Cas values are 64 bits (https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L175) and should never be treated as uints.
using DataContract serialization, for storing larger object graphs effectively (10-20x reduction in size for objects)
Fix if it is set to absolute time, unable to store the problem. GetExpiration(DateTime expiresAt) and GetExpiration(TimeSpan validFor) The meaning of the return is different, there is ambiguity.And Store(StoreMode mode,...
when build by xbuild, it complains error “Input string was not in a correct format.”
Add ability to skip unresolved DNS, such that a single bad DNS doesn't cause an entire cache to fail.
https://github.com/memcached/memcached/blob/master/doc/protocol.txt#L47