Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
omnibus-heptapod
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
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
heptapod
omnibus-heptapod
Commits
33d87eddd626
Commit
33d87eddd626
authored
5 years ago
by
Igor Wiedler
Browse files
Options
Downloads
Patches
Plain Diff
redis: docs for lazy freeing
parent
d49d3fc36f8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/settings/redis.md
+13
-0
13 additions, 0 deletions
doc/settings/redis.md
with
13 additions
and
0 deletions
doc/settings/redis.md
+
13
−
0
View file @
33d87edd
...
...
@@ -229,6 +229,19 @@
If you are using custom SSL certificates for Redis, be sure to add them
to the
[
trusted certificates
](
../settings/ssl.md#install-custom-public-certificates
)
.
## Lazy freeing
Redis 4 introduced
[
lazy freeing
](
http://antirez.com/news/93
)
. This can improve performance when freeing large values.
This setting defaults to
`false`
. To enable it, you can use:
```
ruby
redis
[
'lazyfree_lazy_eviction'
]
=
true
redis
[
'lazyfree_lazy_expire'
]
=
true
redis
[
'lazyfree_lazy_server_del'
]
=
true
redis
[
'replica_lazy_flush'
]
=
true
```
## Common Troubleshooting
### x509: certificate signed by unknown authority
...
...
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