redis jedis shardjedis

http://lib.csdn.net/article/redis/29356    is used in the form of annotations (@Cacheable, @CachePut, @CacheEvict)
http://blog.csdn.net/u013725455/article/details/52129283The besthttp
: //wiselyman.iteye.com/blog/2184884 is the   best
http://www.cnblogs.com/luochengqiuse/p/4796358.html


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

http://www.cnblogs.com/chenpi/p/5680358.html   jedis configuration master and slave
http://www.cnblogs.com/vhua/p/redis_1.html   ShardedJedis (distributed) usage under Jedis (1) )
http://www.cnblogs.com/vhua/p/redis_2.html   ShardedJedis (distributed) usage under Jedis (2) (jedis source code analysis)
https://www.douban.com/note/359192915/ I haven't read the code of ShardedJedis carefully before. Recently, I encountered the data migration problem of the cluster expansion problem after shard. I don't know how to do it.


http://bbs.csdn.net/topics/391903410
jedis client operates redis in three main modes: single mode, sharded mode (ShardedJedis), cluster mode (BinaryJedisCluster), sharded mode is a lightweight cluster , can you understand it like this
? Sharding mode, install multiple - independent Redis, data are stored in different Redis according to a certain algorithm, the data stored by each server is different
Cluster mode, similar to the master-slave library, each server stores The data is consistent
http://www.cnblogs.com/tankaixiong/articles/4022646.html redis cluster

http://www.tuicool.com/articles/ZrYrIf   Getting started with Redis is very simple 5 [Integration of Jedis and Spring]
http ://www.tuicool.com/articles/mAriMbI Using Redis database in Spring Boot
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 uses redis for data caching

http://www.jianshu.com/p/b730ef6205e7   Cache support in Spring Boot (2) Use Redis for centralized cachinghttp
://blog.didispace.com/springbootcache1/   Cache support in Spring Boot (1) Annotations Configuration and EhCache use

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

http://xhnszdm.iteye.com/blog/2297249   ShardedJedisPool package

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326545793&siteId=291194637