StackExchangeRedisSettings Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the client configuration settings for connecting to a Redis server.
public sealed class StackExchangeRedisSettingstype StackExchangeRedisSettings = classPublic NotInheritable Class StackExchangeRedisSettings- Inheritance
- 
				StackExchangeRedisSettings
Constructors
| StackExchangeRedisSettings() | 
Properties
| ConnectionString | Gets or sets the comma-delimited configuration string used to connect to the Redis server. | 
| DisableAutoActivation | Gets or sets a boolean value that indicates whether auto activation is disabled or not. | 
| DisableHealthChecks | Gets or sets a boolean value that indicates whether the Redis health check is disabled or not. | 
| DisableTracing | Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not. |