Azure Redis Cache in 2 minutes
From Azure

Azure Redis Cache in 2 minutes

This is very quick summary why cache and what it brings. what value any cache would add to application and obvious answer is it improves application performance and some extend improves availability of your application. incase your backup db is not available cache would serve request based on what data it has.

What type of data would should cache? all what we have in DB? not for sure. the data that do not change frequently and not something like stock market related.

How do we invalidate date? as most of the data would change and that needs to be updated in cache too. we can leverage application config and cache config to implement invalidation policy so based on requirement it will fetch fresh data from DB.

Azure Redis cache is cloud version which is PaaS offering where it is fully managed by Azure. it is based on open-source redis cache which has large community support. it also support many data type that includes Strings, Hashes, Lists, Sets and more...

Azure Redis is highly available offering which has capability to create Geo-replication for high availability, Cluster to handle load and Data Persistence for Backup purpose. we can also configure session state in cache to improve performance.

 Azure Redis pricing

That's all quick summary...what else update in comment below.

要查看或添加评论,请登录

Rahul Ambhore的更多文章

  • Speed up your application in Azure

    Speed up your application in Azure

    True when we look for cloud our expectation is that app will load quickly and run smoothly too, and why not cloud is…

  • Keep up with Azure (AzureCharts)

    Keep up with Azure (AzureCharts)

    Azure is public cloud offering from Microsoft is considered 2nd largest cloud provider and has more than 140 service…

  • Cloud (Azure) Cost Optimization

    Cloud (Azure) Cost Optimization

    Initially agenda to move workload on cloud for many organization was to save cost but now this is slowly changing…

  • Catch Cloud

    Catch Cloud

    How is cloud..

  • Day as Devops

    Day as Devops

    As we embark in this cloud journey and hearing all buzz worlds..

  • Cloud-Azure-DevSecOps - Chapter 1

    Cloud-Azure-DevSecOps - Chapter 1

    So days been over for this cloud only (IaaS) discussion and we have new term been poping since few months. DevSecOps is…

    1 条评论

社区洞察

其他会员也浏览了