From 7b32485ee98edf7e8b94ad9c8acdccee562bf216 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Thu, 27 Nov 2025 16:12:19 +0000 Subject: Fixed outdated redis-py link in cache docs. --- docs/topics/cache.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') 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 ` to the URL pointing to your Redis instance, using the appropriate scheme. See the ``redis-py`` docs for `details on the available schemes - `__. + `__. For example, if Redis is running on localhost (127.0.0.1) port 6379:: -- cgit v1.3