
Explanation:
The current policy is randomly evicting keys, which means popular (frequently accessed) data is being removed as often as unpopular data, leading to a low cache hit ratio.
Ultimate access to all questions.
Question 41.
An ecommerce company uses an Amazon ElastiCache for Redis cluster for in-memory caching of popular product queries on a shopping website. The cache eviction policy is randomly evicting keys whether or not a TTL is set. A SysOps administrator must improve the cache hit ratio without increasing costs. Which solution will meet these requirements?
A
Add another node to the ElastiCache cluster.
B
Increase the ElastiCache TTL value.
C
Change the eviction policy to randomly evict keys that have a TTL set.
D
Change the eviction policy to evict the least frequently used keys.
E
None of the above.
F
None of the above.
No comments yet.