ClusterPersistenceConfig constructor

ClusterPersistenceConfig({
  1. AOFConfig? aofConfig,
  2. String? mode,
  3. RDBConfig? rdbConfig,
})

Implementation

ClusterPersistenceConfig({this.aofConfig, this.mode, this.rdbConfig});