Quantcast
Channel: CodeSection,代码区,数据库(综合) - CodeSec
Viewing all articles
Browse latest Browse all 6262

Jedis Sharding实现

$
0
0

随着业务的发展,当Redis单实例无法满足需求时,无可避免的要采用Redis集群方案。

目前普遍采用的Redis集群方案有:

客户端做Sharding; twenproxy; redis cluster

Jedis sharding实现逻辑:https://github.com/jjmatrix/doraemon/tree/v2.1.0/doraemon-cache/src/main/java/org/jmatrix/cache/redis

如果未说明,本Blog中文章皆为原创文章,请尊重他人劳动,转载请注明:转载自jmatrix

本文链接地址: Jedis Sharding实现

(注:一般引用了,我都会添加引用,如果有侵权的请联系我)


Viewing all articles
Browse latest Browse all 6262

Trending Articles