Jedis-x is a Redis Java client and an extension of Jedis.
It was primarily built to detect and remove the failed node automatically,
also add the failed node that back to normal automatically.
#Reference
[1] Redis
[2] Redis - @江南白衣
[3] Jedis 源码剖析笔记
#Change log
- 调整整个Redis集群节点的有效性检测方式,由基于Commons Pool 2的"空闲对象驱逐检测机制"改为"定期的Redis服务器状态检测机制"
- 增加Redis服务定义及基于Jedis的自定义服务实现类
- 基于Jedis定制实现的"Redis服务器异常(宕机)时自动摘除,恢复正常时自动添加"的功能
- 基于Spring工厂Bean实现的"自定义数据分片的Jedis连接池"工厂