From f40b64388807020e24db4e81d08f73eb2eb282bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcin=20Zaj=C4=85czkowski?=
 <148013+szpak@users.noreply.github.com>
Date: Sat, 7 Jan 2023 11:33:43 +0100
Subject: [PATCH] docs: Add mandatory db-number to sample redisUrl (#19712)

---
 docs/usage/self-hosted-configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index 648cac44b6..03fb8d3490 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -651,7 +651,7 @@ Override this object if you want to change the URLs that Renovate links to, e.g.
 
 If this value is set then Renovate will use Redis for its global cache instead of the local file system.
 The global cache is used to store lookup results (e.g. dependency versions and release notes) between repositories and runs.
-Example URL: `redis://localhost`.
+Example URL structure: `redis://[[username]:[password]]@localhost:6379/0`.
 
 ## repositories
 
-- 
GitLab