diff options
| author | Bruno Alla <browniebroke@users.noreply.github.com> | 2025-11-27 16:12:19 +0000 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-11-27 17:14:31 +0100 |
| commit | de1dc3a87427475590d8efe10f3f627397524fca (patch) | |
| tree | a149437b605643bef93038d781d244950f8fbfa5 | |
| parent | ee92d41f562a229ae6c0e6f625d34e7e9ffdc0bb (diff) | |
[5.2.x] Fixed outdated redis-py link in cache docs.
Backport of 7b32485ee98edf7e8b94ad9c8acdccee562bf216 from main.
| -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 51d427abf4..4d7c627745 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:: |
