We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d564f30 commit 7a2cc6bCopy full SHA for 7a2cc6b
1 file changed
README.md
@@ -101,7 +101,8 @@ REDIS_HOST="your.redis.host.example.com"
101
REDIS_PORT=6379
102
REDIS_PASSWORD="YourRedisP@ssword!"
103
104
-# OR, if your host provides a [Connection URL](https://redis-py.readthedocs.io/en/stable/#quickly-connecting-to-redis)
+# OR, if your host provides a Connection URL
105
+# (see: https://redis-py.readthedocs.io/en/stable/#quickly-connecting-to-redis)
106
REDIS_URL="redis://YourUsername:YourRedisP@ssword!@your.redis.host.example.com:6379"
107
108
# deta
0 commit comments