Table of Contents

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

TimeSpan

ReconnectMinInterval

public TimeSpan ReconnectMinInterval { get; set; }

Property Value

TimeSpan

RestartConnectionTimeout

public TimeSpan RestartConnectionTimeout { get; set; }

Property Value

TimeSpan

RetryMaxAttempts

public int? RetryMaxAttempts { get; set; }

Property Value

int?