Skip to content

Commit

Permalink
Update content/integrate/prometheus-with-redis-enterprise/observabili…
Browse files Browse the repository at this point in the history
…ty.md

Co-authored-by: andy-stark-redis <[email protected]>
  • Loading branch information
mich-elle-luna and andy-stark-redis authored Dec 2, 2024
1 parent 45b045d commit 2ff1de3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ the hit ratio will increase.
while the percent of used memory will remain below 100%.

**When the working set cannot fit in memory**, the eviction policy will start to evict keys.
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.

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

0 comments on commit 2ff1de3

Please sign in to comment.