Jedis链接Redis集群

链接集群版 把jedis依赖的jar包 添加到工程中node //链接redis集群 @Test public void testJedisCluster() throws Exception { //建立一个JedisCluster对象 Set<HostAndPort> nodes = new HashSet<>(); nodes.add(new HostAndPort(
相关文章
相关标签/搜索