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