다음을 통해 공유


RedisPersistenceSettings.IsAofEnabled Property

Definition

Sets whether AOF is enabled. Note that at most one of AOF or RDB persistence may be enabled.

public bool? IsAofEnabled { get; set; }
member this.IsAofEnabled : Nullable<bool> with get, set
Public Property IsAofEnabled As Nullable(Of Boolean)

Property Value

Applies to