在项目中实现数据库查询内容,用到redis的时候出现 Could not get a resource from the pool ,试了挺多方法都不行,包括改最大、最小连接数maxIdle、maxIdle都无法解决。解决Could not get a resource from the pool 异常问题
从头到尾仔细摸索仔细排查,终于给发现问题了。就是没有把服务打开:redis-server.exe
解决Could not get a resource from the pool 异常问题
解决Could not get a resource from the pool 异常问题
打开了之后就能正常使用redis了。

相关文章:

  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2021-11-22
  • 2021-09-29
猜你喜欢
  • 2021-09-30
  • 2021-12-02
  • 2021-10-05
  • 2021-10-19
  • 2022-12-23
相关资源
相似解决方案