forked from TrueCloudLab/distribution
Merge pull request #932 from avinson/master
add info about redis eviction policy recommended setting
This commit is contained in:
commit
c2b25053d3
1 changed files with 3 additions and 0 deletions
|
@ -1484,6 +1484,9 @@ caching information about immutable blobs. Most of the options below control
|
||||||
how the registry connects to redis. You can control the pool's behavior
|
how the registry connects to redis. You can control the pool's behavior
|
||||||
with the [pool](#pool) subsection.
|
with the [pool](#pool) subsection.
|
||||||
|
|
||||||
|
It's advisable to configure Redis itself with the **allkeys-lru** eviction policy
|
||||||
|
as the registry does not set an expire value on keys.
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Parameter</th>
|
<th>Parameter</th>
|
||||||
|
|
Loading…
Reference in a new issue