diff options
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 6e562f8b7e..990ce8f25c 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -188,7 +188,7 @@ To use Redis as your cache backend with Django: * Set :setting:`LOCATION <CACHES-LOCATION>` to the URL pointing to your Redis instance, using the appropriate scheme. See the ``redis-py`` docs for `details on the available schemes - <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>`__. For example, if Redis is running on localhost (127.0.0.1) port 6379:: |
