Share via


StackExchangeRedisSettings Class

Definition

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.

Applies to