AspireRedisClientBuilder
Class sealed net10.0
Provides a builder for configuring Redis client services using StackExchange.Redis in an Aspire application.
namespace Aspire.StackExchange.Redis;
public sealed class AspireRedisClientBuilder{ // ...}Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesHostBuildergetIHostApplicationBuilder Gets the
Hosting.IHostApplicationBuilder with which services are being registered. ServiceKeygetstring? Gets the service key used to register the
Redis.IConnectionMultiplexer service, if any. Settingsget Gets the
StackExchangeRedisSettings used to configure the Redis client.