StackExchangeRedisSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a Redis server.
namespace Aspire.StackExchange.Redis;
public sealed class StackExchangeRedisSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringget; setstring? Gets or sets the comma-delimited configuration string used to connect to the Redis server.
DisableAutoActivationget; setbool Gets or sets a boolean value that indicates whether auto activation is disabled or not.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Redis health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.