Caused by: redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool at redis.clie…
标签:clients
redis资源未释放引发的问题
一、redis资源未释放的起因: N年前,在修改一个古老程序时,不小心把redis释放的这块给干掉了, if (jedis != null) { if (!isInProcess) { jedis.del(current…