Class RedisContextOptions
- Namespace
- OpenSettings.Domains.Redis.DataContext
- Assembly
- OpenSettings.dll
public class RedisContextOptions
- Inheritance
-
RedisContextOptions
- Inherited Members
Properties
ReconnectErrorThreshold
public TimeSpan ReconnectErrorThreshold { get; set; }
Property Value
ReconnectMinInterval
public TimeSpan ReconnectMinInterval { get; set; }
Property Value
RestartConnectionTimeout
public TimeSpan RestartConnectionTimeout { get; set; }
Property Value
RetryMaxAttempts
public int? RetryMaxAttempts { get; set; }
Property Value
- int?