#nullable enable
Aspire.StackExchange.Redis.StackExchangeRedisSettings
Aspire.StackExchange.Redis.StackExchangeRedisSettings.ConnectionString.get -> string?
Aspire.StackExchange.Redis.StackExchangeRedisSettings.ConnectionString.set -> void
Aspire.StackExchange.Redis.StackExchangeRedisSettings.DisableHealthChecks.get -> bool
Aspire.StackExchange.Redis.StackExchangeRedisSettings.DisableHealthChecks.set -> void
Aspire.StackExchange.Redis.StackExchangeRedisSettings.DisableTracing.get -> bool
Aspire.StackExchange.Redis.StackExchangeRedisSettings.DisableTracing.set -> void
Aspire.StackExchange.Redis.StackExchangeRedisSettings.StackExchangeRedisSettings() -> void
Microsoft.Extensions.Hosting.AspireRedisExtensions
static Microsoft.Extensions.Hosting.AspireRedisExtensions.AddKeyedRedisClient(this Microsoft.Extensions.Hosting.IHostApplicationBuilder! builder, string! name, System.Action<Aspire.StackExchange.Redis.StackExchangeRedisSettings!>? configureSettings = null, System.Action<StackExchange.Redis.ConfigurationOptions!>? configureOptions = null) -> void
static Microsoft.Extensions.Hosting.AspireRedisExtensions.AddRedisClient(this Microsoft.Extensions.Hosting.IHostApplicationBuilder! builder, string! connectionName, System.Action<Aspire.StackExchange.Redis.StackExchangeRedisSettings!>? configureSettings = null, System.Action<StackExchange.Redis.ConfigurationOptions!>? configureOptions = null) -> void
