Open sandboxFocus

Property Connection

Connection

Gets or sets the StackExchange.Redis.IConnectionMultiplexer that will be used by the RedisCacheSynchronizer.

Declaration
public IConnectionMultiplexer? Connection { get; init; }
Property Value
Type Description
IConnectionMultiplexer
Remarks

Setting this property resets the NewConnectionOptions property.