redis jedis shardjedis

http://lib.csdn.net/article/redis/29356   以注解(@Cacheable、@CachePut、@CacheEvict)形式使用
http://blog.csdn.net/u013725455/article/details/52129283 最好
http://wiselyman.iteye.com/blog/2184884  最好
http://www.cnblogs.com/luochengqiuse/p/4796358.html


http://www.mincoder.com/article/4326.shtml  Spring Cache注解+Redis

http://www.cnblogs.com/chenpi/p/5680358.html  jedis配置主从
http://www.cnblogs.com/vhua/p/redis_1.html  Jedis下的ShardedJedis(分布式)使用方法(一)
http://www.cnblogs.com/vhua/p/redis_2.html  Jedis下的ShardedJedis(分布式)使用方法(二) (jedis源码分析)
https://www.douban.com/note/359192915/ 之前一直没仔细看过ShardedJedis的代码,最近遇到了shard后集群扩容问题的数据迁移问题,不知道办


http://bbs.csdn.net/topics/391903410
jedis客户端操作redis主要三种模式:单台模式、分片模式(ShardedJedis)、集群模式(BinaryJedisCluster),分片模式是一种轻量级集群,可以这样理解吗
分片模式,安装多台-独立的Redis,数据按一定算法分别存储到不同的Redis里,各个服务器存储的数据是不同的
集群模式,类似于主从库,各个服务器存储的数据是一致的
http://www.cnblogs.com/tankaixiong/articles/4022646.html redis cluster

http://www.tuicool.com/articles/ZrYrIf  Redis入门很简单之五【Jedis和Spring的整合】
http://www.tuicool.com/articles/mAriMbI Spring Boot中使用Redis数据库
http://www.tuicool.com/articles/3aAbMz
http://www.tuicool.com/articles/7Bni6f
http://www.tuicool.com/articles/3aAbMz


http://www.tuicool.com/articles/qyEvYnR  Spring Boot,spring-data-jpa 使用redis做数据缓存

http://www.jianshu.com/p/b730ef6205e7  Spring Boot中的缓存支持(二)使用Redis做集中式缓存
http://blog.didispace.com/springbootcache1/  Spring Boot中的缓存支持(一)注解配置与EhCache使用

https://my.oschina.net/foreverZx/blog/674185  Spring-boot配置JedisShardInfo

http://xhnszdm.iteye.com/blog/2297249  ShardedJedisPool封装

猜你喜欢

转载自jackleechina.iteye.com/blog/2341791