I want to use Redis Cache. I want to store some data but it needs to be refreshed automatically at regular intervals.
If I have 100 rows and if any row has been updated in Cosmos DB, the row should get updated.
I want to know how to smoothly achieve this. Do I need to update the cache manually?