diff options
| author | Bruno Alla <browniebroke@users.noreply.github.com> | 2025-11-27 16:12:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 17:12:19 +0100 |
| commit | 7b32485ee98edf7e8b94ad9c8acdccee562bf216 (patch) | |
| tree | 492cac61888c0a4a78f8eed8a69ee6e795b0761a | |
| parent | bd7940982d6cab386dae7698ab097b91e5d8145e (diff) | |
Fixed outdated redis-py link in cache docs.
| -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:: |
