summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Alla <browniebroke@users.noreply.github.com>2025-11-27 16:12:19 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-11-27 17:12:41 +0100
commitd17e646fe5020eeeb3a0e0c5f5983f15a0342429 (patch)
tree9462f59c21b0f33c7b8a307a60ed8c71d31933c5
parentcf2d05ba1ee37de01561f6ee7c3cb86a05d57ad3 (diff)
[6.0.x] Fixed outdated redis-py link in cache docs.
Backport of 7b32485ee98edf7e8b94ad9c8acdccee562bf216 from main
-rw-r--r--docs/topics/cache.txt2
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::