Redis Unable to connect to Redis;Could not get a resource from the pool问题解决

Dear 丶 2022-09-03 05:20 340阅读 0赞

问题描述:

org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379

问题分析:

1、Redis没有启动。

解决办法:启动Redis,具体步骤请查看以下博客。

Redis 安装、启动、连接、存储和读取数据

发表评论

表情:
评论列表 (有 0 条评论,340人围观)

还没有评论,来说两句吧...

相关阅读