Spring boot not connect to redis docker container
I’m trying to connect a Spring Boot application on a instance of redis in my docker, I have configure the host localhost and port 16379, but something strange happens, the cache works, but when i see the redis keys are empty, o think that the Spring boot is using a embeded redis instance. My pom.xml… Read More Spring boot not connect to redis docker container