Redis – Why am I getting "NOAUTH Authentication required" with Spring Boot?
I have a simple redis server running with a password. I want to talk with it from my spring boot app. I look here and see there is a spring.redis.password so my application-local.yml (running with -Dspring.profiles.active=local) looks like... spring: redis:…