17.86. Class Redis
Namespace: ArmoniK.Core.Adapters.Redis.Options
Assembly: ArmoniK.Core.Adapters.Redis.dll
public class Redis
17.86.1. Inheritance
17.86.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.86.3. Fields
17.86.3.1. SettingSection
public const string SettingSection = "Redis"
17.86.3.1.1. Field Value
17.86.4. Properties
17.86.4.1. AllowHostMismatch
public bool AllowHostMismatch { get; set; }
17.86.4.1.1. Property Value
17.86.4.2. CaPath
public string CaPath { get; set; }
17.86.4.2.1. Property Value
17.86.4.3. ClientName
public string ClientName { get; set; }
17.86.4.3.1. Property Value
17.86.4.4. CredentialsPath
public string CredentialsPath { get; set; }
17.86.4.4.1. Property Value
17.86.4.5. EndpointUrl
public string EndpointUrl { get; set; }
17.86.4.5.1. Property Value
17.86.4.6. InstanceName
public string InstanceName { get; set; }
17.86.4.6.1. Property Value
17.86.4.7. MaxRetry
public int MaxRetry { get; set; }
17.86.4.7.1. Property Value
17.86.4.8. MsAfterRetry
public int MsAfterRetry { get; set; }
17.86.4.8.1. Property Value
17.86.4.9. Password
public string Password { get; set; }
17.86.4.9.1. Property Value
17.86.4.10. Ssl
public bool Ssl { get; set; }
17.86.4.10.1. Property Value
17.86.4.11. SslHost
public string SslHost { get; set; }
17.86.4.11.1. Property Value
17.86.4.12. Timeout
public int Timeout { get; set; }
17.86.4.12.1. Property Value
17.86.4.13. TtlTimeSpan
public TimeSpan TtlTimeSpan { get; set; }
17.86.4.13.1. Property Value
17.86.4.14. User
public string User { get; set; }