Closed Rick-Anderson closed 1 year ago
@Rick-Anderson @tdykstra Does this sample require any additional configuration other than the following?
builder.Services.AddStackExchangeRedisCache(options =>
{
options.Configuration = builder.Configuration.GetConnectionString("MyAzureRedisConStr");
options.InstanceName = "SampleInstance";
});
"MyAzureRedisConStr": "<cache name>.redis.cache.windows.net,abortConnect=false,ssl=true,allowAdmin=true,password=<primary-access-key>"
Provide samples for Azure Redis. Put the sample in https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/performance/caching/distributed/samples
put in 8.x/RedisCache folder
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
Associated WorkItem - 117610