How to connect my spring boot app to redis container on docker?
I have created a spring app and i want to connect it to redis server which is deployed on docker-compose i put the needed properties as follow : spring.redis.host=redis spring.redis.port=6379 But i keep getting a ConnexionException so how can i…