QuestionQ15
Connect to and consume Azure servicesYou are building an AI search API that stores semantic-search results in Redis.
Search results must stay cached for 10 minutes. If the underlying data is modified, cached entries must not be returned.
You need to implement a cache-aside strategy that maintains data consistency.
Which two actions should you take? Each correct answer represents part of the solution.
NOTE: Each correct selection is worth one point.
Choose two
- A Configure a cache notification for key space events.
- B Delete related cache keys when the source data changes.
- C Implement sliding expiration based on key access.
- D Configure a 10-minute Time to Live on each key.
Community Discussion