The Power of Redis Caching


Details
With the right caching strategy, we can improve our database performance by reducing calls to the database. We will look at how to use Redis cache with a .net web application to provide enterprise level performance. While most applications involve a database, that database becomes the bottleneck and caching can improve that bottleneck. We will look at best practices and pitfalls for using Redis cache.
Redis is an open source, in-memory data structure store, used as a database, cache and message broker.
Speaker: Andrew Cook
Andrew Cook is a senior software developer, speaker, and paramedic with experience in the Microsoft stack specializing in cloud application development.
Blog: https://codingwithcookie.com
Twitter: https://twitter.com/codingwcookie

Sponsors
The Power of Redis Caching