Redis异常报错:redis.clients.jedis.exceptions.JedisException: Could not get a resource from the pool

这里贴出错误截图 如图所示异常信息。百度上搜到好可能是关于连接问题,客户端ping不到值。这里个人状况与他们不一样,我是能够ping到的。web @Test public void testJedisClientSpring() { jedisClient.set("0000","123"); String s = jedisClient.get("000
相关文章
相关标签/搜索