io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required

org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to

Caused by: io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required

使用redis5.0
org.springframework.boot spring-boot-starter-data-redis io.lettuce lettuce-core io.lettuce lettuce-core 5.3.7.RELEASE compile org.apache.commons commons-pool2 2.5.0

相关推荐
R-sz2 小时前
app登录接口实现,基于JWT的APP登录认证系统实现方案
java·开发语言·python
无籽西瓜a2 小时前
ArrayList和LinkedList的区别
java
Elieal2 小时前
@Api 系列注解
java·开发语言
Remember_9932 小时前
【数据结构】深入理解Map和Set:从搜索树到哈希表的完整解析
java·开发语言·数据结构·算法·leetcode·哈希算法·散列表
小楼v2 小时前
消息队列的核心概念与应用(RabbitMQ快速入门)
java·后端·消息队列·rabbitmq·死信队列·交换机·安装步骤
小北方城市网2 小时前
接口性能优化实战:从秒级到毫秒级
java·spring boot·redis·后端·python·性能优化
小北方城市网3 小时前
Redis 缓存设计与避坑实战:解决穿透 / 击穿 / 雪崩
java·大数据·数据库·redis·python·elasticsearch·缓存
jiayong233 小时前
MINA框架面试题 - 进阶篇
java·io·mina
鸡蛋豆腐仙子3 小时前
Spring的AOP失效场景
java·后端·spring