2015年8月9日星期日

Spring Data Redis资料整理

Redis介绍
http://www.ibm.com/developerworks/cn/java/os-springredis/

Spring 整合 Redis:spring data redis基础使用
http://blog.csdn.net/java2000_wl/article/details/8543203/

使用Spring Data + Redis实现缓存:基于@cache实现
http://www.jdon.com/repository/redis.html
http://blog.joshuawhite.com/java/caching-with-spring-data-redis/

Spring Cache注解+Redis
http://hanqunfeng.iteye.com/blog/2176172

Spring Data Redis实现一个订阅/发布系统
http://www.open-open.com/lib/view/open1351324403395.html


使用Spring Data Redis操作Redis
涉及进行master切换,事务相关内容
http://aiilive.blog.51cto.com/1925756/1627455
两种方式实现pub/sub消息系统:注册bean和使用Redis命名空间的方式配置
http://aiilive.blog.51cto.com/1925756/1627478

Spring-data-redis:特性与实例
http://shift-alt-ctrl.iteye.com/blog/1886831

Redis连接池简单介绍
http://shift-alt-ctrl.iteye.com/blog/1885910


Spring-data-redis: 事务与pipeline
http://shift-alt-ctrl.iteye.com/blog/1887473
Spring-data-redis: pub/sub消息订阅-->redis的消息订阅不是持久化的
http://shift-alt-ctrl.iteye.com/blog/1887700
改进为持久化的消息队列:http://shift-alt-ctrl.iteye.com/blog/1867454


征服redis系列
http://snowolf.iteye.com/blog/1630697 安装和简单的使用
http://snowolf.iteye.com/blog/1633196 客户端进行shard
http://snowolf.iteye.com/blog/1666908

没有评论:

发表评论