java redis常见问题

1.Could not get a resource from the pool

spring.redis.maxTotal=8
spring.redis.maxIdle=8
spring.redis.minIdle=1
spring.redis.testOnBorrow=true
spring.redis.testOnReturn=true

 配置调高一点

或者是redis连不上,检查配置

posted @ 2020-04-22 10:04  程序生(Codey)  阅读(150)  评论(0编辑  收藏  举报