1、报redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool解决方案:将服务端的redis.conf的"bind 127.0.0.1"注释,再将"protected-mode yes"改为"protected-mode no",这个是我亲测有效的方法,其它的方法比如加大最大连接数或加大最小连接数及更改j
日常运维
2023-10-21
50 点赞
0 评论
75 浏览