简体   繁体   中英

How to support jedis cluster in java

嗨,有人可以给我一些链接,以找到Java Web应用程序中jedis集群的实现。当前我正在使用spring redistemplate,但集群似乎无法正常工作,因此请提供使用jedis实现redis集群的任何替代方法。

Try Redisson framework. It fully implements Redis cluster support (master/slave discovery and topology update) and provides much easier api for Redis.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM