NewConnectionOptions
Gets or sets the StackExchange.Redis.ConfigurationOptions that will be used to create a new StackExchange.Redis.ConnectionMultiplexer for use by the new Redis CachingBackend.
Declaration
public ConfigurationOptions? NewConnectionOptions { get; init; }
Property Value
Type | Description |
---|---|
ConfigurationOptions |
Remarks
Setting this property resets the Connection property.