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 StackExchangeRedisSettings
type StackExchangeRedisSettings = class
Public NotInheritable Class StackExchangeRedisSettings
- Inheritance
-
StackExchangeRedisSettings
Constructors
StackExchangeRedisSettings() |
Properties
ConnectionString |
Gets or sets the comma-delimited configuration string used to connect to the Redis server. |
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. |