↧
Answer by angoyal-msft for Synchronize SQL table with Azure Redis Cache
Actual data store and cache should be synchronized by putting the data in MQ and use consumer to update redis. As you add data to your definitive store (i.e. your SQL database), you need to enqueue...
View ArticleSynchronize SQL table with Azure Redis Cache
I just started with Redis Cache and more clear about it's concepts and functions. My purpose is to cache few sql server database tables. Few C# applications are updating those tables frequently and...
View Article