Redis docker, cannot connect to redis-cli
I am trying to run redis with persistence storage. I followed official docker page of redis fo installation. I pulled the image using - docker pull redis I started redis with persistence storage using - docker run --name some-redis -d…