youtube image
From YouTube: Using Redis as a .NET Core Data Store

Description

In this episode of On .NET, Todd Gardner walks Christos through how his company is using Redis in their .NET Core application as the main data store. He explains the architecture of the project and shows how they integrate with StackExchange.Redis.

[04:00] - Reviewing the data model
[07:56] - Reviewing the data in Redis
[10:09] - Working with Redis and .NET


Using Redis with .Net C#
https://docs.redislabs.com/latest/rs/references/client_references/client_csharp/

Quickstart: Use Azure Cache for Redis with a .NET Core app
https://docs.microsoft.com/azure/azure-cache-for-redis/cache-dotnet-core-quickstart?WT.mc_id=ondotnet-youtube-cephilli

Improve session scalability in a .NET Framework ASP.NET web application by using Azure Cache for Redis
https://docs.microsoft.com/learn/modules/aspnet-session/?WT.mc_id=ondotnet-youtube-cephilli

StackExchange.Redis on GitHub
https://github.com/StackExchange/StackExchange.Redis

Request Metrics
https://requestmetrics.com/

#dotnet #redis