Skip to content
Snippets Groups Projects
Unverified Commit cbcb3150 authored by Philip's avatar Philip Committed by GitHub
Browse files

docs: Redis add redis encrypted example (#25536)

parent 21632272
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment