ServiceStack.Redis常用操作 - 事务、并发锁
摘要:
一、事务 使用IRedisClient执行事务示例: using (IRedisClient RClient = prcm.GetClient()) { RClient.Add("key",1); using (IRedisTransaction IRT =... 阅读全文
posted @ 2014-11-13 17:45 屁蛋蛋 阅读(399) 评论(0) 推荐(0)
posted @ 2014-11-13 17:45 屁蛋蛋 阅读(399) 评论(0) 推荐(0)
posted @ 2014-11-13 17:44 屁蛋蛋 阅读(316) 评论(0) 推荐(1)
posted @ 2014-11-13 17:43 屁蛋蛋 阅读(536) 评论(0) 推荐(1)
posted @ 2014-11-13 17:42 屁蛋蛋 阅读(270) 评论(0) 推荐(1)
posted @ 2014-11-13 17:40 屁蛋蛋 阅读(123) 评论(0) 推荐(0)
posted @ 2014-11-13 17:35 屁蛋蛋 阅读(209) 评论(0) 推荐(0)