Hello Everyone,
I am trying to connect to redis which is running on locally(WSL) to the Django application in Docker
but i am always getting error like this
I Figured out a way to resolve this issue by adding redis in docker-compose.yml file and connecting to the django using redis running on docker.
Below config establishes a connection with django.
"hosts": [("redis", 6379)],
But i want to connect locally to utilise my ram on pc and i have tried with these ip address in channels_layers settings
Earlier, I was unable to connect to Redis, which was running on Docker. That’s why I mentioned that point. Are there any resources that I need to check out?