Skip to content

[Docs] Fix redis address scheme

magicfelix requested to merge docs-redis-scheme into master

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

Merge request reports