redis as celery results backend and broker using redis in docker
I am going through the celery tutorial and stepped upon a problem when trying to configure my results backend. I would like to use redis for both results backend and as a broker. So I started redis with dockers as…