Replication Group Cluster Mode
data class ReplicationGroupClusterMode(val numNodeGroups: Int? = null, val replicasPerNodeGroup: Int? = null)
Properties
Link copied to clipboard
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.