Skip to content

/AWS1/CL_ECA=>INCREASEREPLICACOUNT()

About IncreaseReplicaCount

Dynamically increases the number of replicas in a Redis (cluster mode disabled) replication group or the number of replica nodes in one or more node groups (shards) of a Redis (cluster mode enabled) replication group. This operation is performed with no cluster down time.

Method Signature

IMPORTING

Required arguments:

IV_REPLICATIONGROUPID TYPE /AWS1/ECASTRING /AWS1/ECASTRING

The id of the replication group to which you want to add replica nodes.

IV_APPLYIMMEDIATELY TYPE /AWS1/ECABOOLEAN /AWS1/ECABOOLEAN

If True, the number of replica nodes is increased immediately. ApplyImmediately=False is not currently supported.

Optional arguments:

IV_NEWREPLICACOUNT TYPE /AWS1/ECAINTEGEROPTIONAL /AWS1/ECAINTEGEROPTIONAL

The number of read replica nodes you want at the completion of this operation. For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the replication group. For Redis (cluster mode enabled) replication groups, this is the number of replica nodes in each of the replication group's node groups.

IT_REPLICACONFIGURATION TYPE /AWS1/CL_ECACONFIGURESHARD=>TT_REPLICACONFIGURATIONLIST TT_REPLICACONFIGURATIONLIST

A list of ConfigureShard objects that can be used to configure each shard in a Redis (cluster mode enabled) replication group. The ConfigureShard has three members: NewReplicaCount, NodeGroupId, and PreferredAvailabilityZones.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ECAINCRPLCOUNTRESULT /AWS1/CL_ECAINCRPLCOUNTRESULT