Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SmartDataLab
public
applications
renovate
Commits
cbcb3150
Unverified
Commit
cbcb3150
authored
Nov 1, 2023
by
Philip
Committed by
GitHub
Nov 1, 2023
Browse files
Options
Downloads
Patches
Plain Diff
docs: Redis add redis encrypted example (#25536)
Co-authored-by:
Michael Kriese
<
michael.kriese@visualon.de
>
parent
21632272
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage/self-hosted-configuration.md
+7
-0
7 additions, 0 deletions
docs/usage/self-hosted-configuration.md
with
7 additions
and
0 deletions
docs/usage/self-hosted-configuration.md
+
7
−
0
View file @
cbcb3150
...
@@ -761,8 +761,15 @@ Override this object if you want to change the URLs that Renovate links to, e.g.
...
@@ -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.
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.
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
`.
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
## repositories
Elements in the `
repositories
` array can be an object if you wish to define more settings:
Elements in the `
repositories
` array can be an object if you wish to define more settings:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment