redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool 异常通常在使用 Jedis 作为 Redis 客户端库时碰到,特殊是在使用连接池时。这个异常表示 Jedis 连接池在尝试获取一个 Redis 连接时失败了。
报错题目
当您看到 redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool 这个异常时,意味着您的应用程序在尝试从 Jedis 连接池中获取一个 Redis 连接时,连接池无法满意这个请求。