Skip to content

Commit 7a2cc6b

Browse files
authored
Update redis_url info in readme to break up long lines
1 parent d564f30 commit 7a2cc6b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ REDIS_HOST="your.redis.host.example.com"
101101
REDIS_PORT=6379
102102
REDIS_PASSWORD="YourRedisP@ssword!"
103103
104-
# OR, if your host provides a [Connection URL](https://redis-py.readthedocs.io/en/stable/#quickly-connecting-to-redis)
104+
# OR, if your host provides a Connection URL
105+
# (see: https://redis-py.readthedocs.io/en/stable/#quickly-connecting-to-redis)
105106
REDIS_URL="redis://YourUsername:YourRedisP@ssword!@your.redis.host.example.com:6379"
106107
107108
# deta

0 commit comments

Comments
 (0)