We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b045d commit 2ff1de3Copy full SHA for 2ff1de3
content/integrate/prometheus-with-redis-enterprise/observability.md
@@ -118,7 +118,7 @@ the hit ratio will increase.
118
while the percent of used memory will remain below 100%.
119
120
**When the working set cannot fit in memory**, the eviction policy will start to evict keys.
121
-The greater the rate of key eviction, the lower the cache hit ratio.
+It is important to choose a policy that generally evicts rarely-used keys to keep the cache hit ratio as high as possible.
122
123
In both cases, keys will may be manually invalidated by the application or evicted through
124
the uses of TTLs (time-to-live) and an eviction policy.
0 commit comments