Relative Content

Tag Archive for javaspring-bootdockerredis

Unable to connect springboot connection with redis

I am trying to connect to Redis from docker running app but some how getting a connection refuse problem. But when I run the same app on the host(without docker) and Redis server still running in the docker, connection works.