1 jedis分片支持数据库 2 动态的将有故障的服务器过滤掉 使用实例 static ShardedJedisPool shareJedisPool; static List jdsInfoList =new ArrayList(); static{ JedisPoolConfig config =new JedisPoolConfig();//Jedis池配置 config.setMaxActive(Integer.parseInt(PropertyFactory.get("REDI