Skip to content

Commit

Permalink
docs: Redis add redis encrypted example (#25536)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
PhilipAbed and viceice committed Nov 1, 2023
1 parent 2163227 commit cbcb315
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/usage/self-hosted-configuration.md
Expand Up @@ -761,8 +761,15 @@ 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.

For non encrypted connections,

Example URL structure: `redis://[[username]:[password]]@localhost:6379/0`.

For TLS/SSL-enabled connections, use rediss prefix

Example URL structure: `rediss://[[username]:[password]]@localhost:6379/0`.

## repositories

Elements in the `repositories` array can be an object if you wish to define more settings:
Expand Down

0 comments on commit cbcb315

Please sign in to comment.