Redis异常报错:redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool
这里贴出错误截图如图所示异常信息。百度上搜到好多是关于链接问题,客户端ping不到值。这里我的情况与他们不同,我是可以ping到的。@TestpublicvoidtestJedisClientSpring(){jedisClient.set("0000","123");Strings=jedisClient.get("0000");System.out.println(s);}这是测试代码。获取v