摘要: 于公司业务上需要实现分布式锁,在网上找了一些实现的案例,最终打算采用基于redis的分布式锁方案,不多废话,上代码核心类 1 using System; 2 using System.Diagnostics; 3 using System.Text; 4 using System.Threa... 阅读全文
posted @ 2014-08-16 15:08 快乐就好 阅读(2510) 评论(0) 推荐(0)
摘要: 一、安装前的准备下载redishttp://redis.io/downloadhttps://github.com/mythz/redis-windows下载Windows版客户端net版sdk包 ServiceStack.Redis https://github.com/ServiceStack/... 阅读全文
posted @ 2014-08-16 14:34 快乐就好 阅读(38470) 评论(0) 推荐(0)