ReplicationGroupClusterMode

data class ReplicationGroupClusterMode(val numNodeGroups: Int? = null, val replicasPerNodeGroup: Int? = null)

Constructors

Link copied to clipboard
constructor(numNodeGroups: Int? = null, replicasPerNodeGroup: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val numNodeGroups: Int? = null

Number of node groups (shards) for this Redis replication group. Changing this number will trigger an online resizing operation before other settings modifications. Required unless global_replication_group_id is set.

Link copied to clipboard

Number of replica nodes in each node group. Valid values are 0 to 5. Changing this number will trigger an online resizing operation before other settings modifications.