Interface protos.google.cloud.redis.cluster.v1.IClusterPersistenceConfig (0.6.0)

Properties of a ClusterPersistenceConfig.

Package

@google-cloud/redis-cluster

Properties

aofConfig

aofConfig?: (google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IAOFConfig|null);

ClusterPersistenceConfig aofConfig

mode

mode?: (google.cloud.redis.cluster.v1.ClusterPersistenceConfig.PersistenceMode|keyof typeof google.cloud.redis.cluster.v1.ClusterPersistenceConfig.PersistenceMode|null);

ClusterPersistenceConfig mode

rdbConfig

rdbConfig?: (google.cloud.redis.cluster.v1.ClusterPersistenceConfig.IRDBConfig|null);

ClusterPersistenceConfig rdbConfig