起初在JedisPool中配置了50个活动连接,但是程序还是经常报错:Could not get a resource from the pool 连接池刚开始是这样配置的: JedisPoolConfig config = new JedisPoolConfig(); config.setMaxTotal(); config.setMaxIdle(); config.setMaxWaitMillis( * ); config.setTestOnBorrow(true); config.setT