3 references to DefaultConfigSectionName
Aspire.StackExchange.Redis (3)
AspireRedisExtensions.cs (3)
71var configSection = builder.Configuration.GetSection(DefaultConfigSectionName); 103builder.Services.AddSingleton<IConnectionMultiplexer>(sp => CreateConnection(sp, connectionName, DefaultConfigSectionName, optionsName)); 107builder.Services.AddKeyedSingleton<IConnectionMultiplexer>(serviceKey, (sp, _) => CreateConnection(sp, connectionName, DefaultConfigSectionName, optionsName));