当前位置: 首页 > 工具软件 > Angel Redis > 使用案例 >

Redis 报错 could not get a resurce from the pool

龙洛城
2023-12-01

启动程序后,登陆访问redis报错could not get a resurce from the pool

记录一下解决过程。

可能的原因:

1. 查看程序的yml文件   redis.host: 127.0.0.1 末尾是否带有空格

2. 查看程序的yml文件   redis.pool.max-active的值是否太小

3. 查看redis.conf 文件,将 protected-mode  yes 修改为 protected-mode no

4. 查看redis.conf 文件,bind 127.0.0.1 注释掉

5. 防火墙关闭

以上方式尝试后,仍未解决,继续探索中。

 类似资料: