I got the following error:
ValueError: Redis URL must specify one of the following schemes (redis://, rediss://, unix://)
Fixed by prepending redis:// to 127.0.0.1
redis://
127.0.0.1