Hey there Im using celery worker with redis connection is there any way to connect my Django application to redis ?
Hey there Im using celery worker with redis connection is there any way to connect my Django application to redis ?
You cannot make a redis connection to a redis server that is running outside of PythonAnywhere from a free account. You will be able to make the connection (assuming the redis server you are trying to connect to is available from the internet) from a paid account.