Referencing v3 packages in New Projects If you want a new project to use ServiceStack's v3 packages then you need to specify the version number when installing via NuGet, e.g: All v3 packages can be installed the same way, e.g install ServiceStack.Te…
最近一段时间在研究redis. 各种不懂, 各种问题.也看了N多的资料. 最终参照着 张占岭 的博客 http://www.cnblogs.com/lori/p/3435483.html 写了一套redis与entityframework结合的操作类. 如有什么不正确的地方,请指明. using ServiceStack.Redis; using ServiceStack.Redis.Generic; using System; using System.Collections.Gen…
背景: 项目中遇到有一系列对Redis的操作,并需要保持事务处理. 环境: Spring version 4.1.8.RELEASE Redis Server 2.6.12 (64位) spring-data-redis version 1.6.1.RELEASE jedis version 2.7.3 使用Spring的@Transactional对redis操作进行控制 Spring Redis的配置文件如下: <description>Jedis配置</description>…