[Docs] Fix redis address scheme
Compare changes
+ 1
− 1
@@ -40,7 +40,7 @@ A configuration file might look like this::
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