cnblogs / EnyimMemcachedCore

.NET Memcached client. Available on https://www.nuget.org/packages/EnyimMemcachedCore
Apache License 2.0
162 stars 45 forks source link

Touch support? #114

Closed zedle closed 5 years ago

zedle commented 5 years ago

Is there anyway to do a touch with the library as-is? I want to extend the duration of a key's existence without replacing it entirely if possible.

cnblogs-dudu commented 5 years ago

Implemented in 2.2.3.

zedle commented 5 years ago

Thanks, much appreciated!