Property | Type | Description | |
---|---|---|---|
AssumeServerVersion | int? | ||
BackOffMultiplier | int | ||
BufferLength | int | ||
BufferPoolMaxSize | int | ||
ClientFactory | RedisClient>.Func | ||
DeactivatedClientsExpiry | System.TimeSpan | ||
DefaultConnectTimeout | int | ||
DefaultIdleTimeOutSecs | int | ||
DefaultMaxPoolSize | int? | ||
DefaultReceiveTimeout | int | ||
DefaultRetryTimeout | int | ||
DefaultSendTimeout | int | ||
DisableVerboseLogging | bool | ||
HostLookupTimeoutMs | int | ||
VerifyMasterConnections | bool |
Method | Description | |
---|---|---|
Reset ( ) : void |
Resets Redis Config and Redis Stats back to default values
|
public static Func |
||
return | RedisClient>.Func |
public static TimeSpan,System DeactivatedClientsExpiry | ||
return | System.TimeSpan |
public static int DefaultConnectTimeout | ||
return | int |
public static int DefaultIdleTimeOutSecs | ||
return | int |
public static int DefaultReceiveTimeout | ||
return | int |
public static bool DisableVerboseLogging | ||
return | bool |