skip to Main Content

How do I connect redis to Spring Boot?

I want to cocnect the Redis Docker Component to Spring Boot Session. The docker componenet is up and running Steins-MacBook-Air:~ steinkorsveien$ docker exec -it some-redis sh -c "redis-cli" 127.0.0.1:6379> exit To Spring Boot I have in the application.properties file spring.redis.host=localhost…

VIEW QUESTION
Back To Top
Search