Skip to content

Commit 2ff1de3

Browse files
Update content/integrate/prometheus-with-redis-enterprise/observability.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 45b045d commit 2ff1de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/prometheus-with-redis-enterprise/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ the hit ratio will increase.
118118
while the percent of used memory will remain below 100%.
119119

120120
**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.
121+
It is important to choose a policy that generally evicts rarely-used keys to keep the cache hit ratio as high as possible.
122122

123123
In both cases, keys will may be manually invalidated by the application or evicted through
124124
the uses of TTLs (time-to-live) and an eviction policy.

0 commit comments

Comments
 (0)