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 ee92d41 commit de1dc3aCopy full SHA for de1dc3a
docs/topics/cache.txt
@@ -188,7 +188,7 @@ To use Redis as your cache backend with Django:
188
* Set :setting:`LOCATION <CACHES-LOCATION>` to the URL pointing to your Redis
189
instance, using the appropriate scheme. See the ``redis-py`` docs for
190
`details on the available schemes
191
- <https://redis-py.readthedocs.io/en/stable/connections.html#redis.connection.ConnectionPool.from_url>`_.
+ <https://redis.readthedocs.io/en/stable/connections.html#redis.connection.ConnectionPool.from_url>`__.
192
193
For example, if Redis is running on localhost (127.0.0.1) port 6379::
194
0 commit comments