[Docs] Fix redis address scheme
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
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