cnblogs / EnyimMemcachedCore

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

fix GetAsync's return IGetOperation with correct Cas value #157

Closed echofool closed 3 years ago

echofool commented 3 years ago
  1. fix Task<IGetOperationResult<T>> IMemcachedClient.GetAsync<T>(string key), if key exist then IGetOperationResult<T>.Cas should greater than 0 when key exist
  2. add Task<IGetOperationResult> IMemcachedClient.GetAsync(string key), IGetOperationResult.Cas should greater than 0 when key exist
cnblogs-dudu commented 3 years ago

Released EnyimMemcachedCore 2.5.3 for this PR.