redis连接过多导致 redis.clients.jedis.exceptions.JedisException Could not get a resource from the
项目测试时,发现会时不时出现错误:Get jedis error : redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool项目为分布式结构,登陆模块服务器运行正常,但是登陆后访问其他系统却无法得到结果首先既然能初始化成功说明初始化连接部分是没有错误的。其次项目中的jedis一定要释放连接,也就是要执行jedis.close()其次查看项目中的连接池最大活跃数,打开redis管控台