Mid MVC

Configure Redis in Program.cs:?

builder.Services.AddStackExchangeRedisCache(options =>

options.Configuration = "localhost:6379";

});

More from ASP.NET Core MVC Tutorial

All questions for this course