CacheClient.AddOrUpdate("COUNTER", 0, v => Convert.ToInt32(v) + 1);

相关文章: