All Products
Search
Document Center

Tair (Redis® OSS-Compatible):Create a distributed child instance

Last Updated:Mar 28, 2026

A distributed instance starts with one child instance. Add a second or third child instance to enable real-time data synchronization across zones. A single distributed instance can contain up to three child instances.

Prerequisites

Before you begin, ensure that you have:

Limitations

RequirementDetails
ZoneThe new child instance must be in a different zone from all existing child instances.
Architecture, version, and specificationsMust match all existing child instances. For example, if existing child instances are 8 GB cluster architecture instances with 2 shards compatible with Redis 7.0, the new child instance must use the same configuration.
Creation methodChild instances must be created as new instances. Existing instances cannot be converted into child instances.
Mismatched specifications may cause performance or capacity issues.

Add a child instance

  1. Log on to the Tair and Redis console.

  2. In the left-side navigation pane, click Global Distributed Cache.

  3. Find the target distributed instance and click the 加号 icon to the left of the instance ID.

  4. To the right of the Child Instances list, click Add Child Instance.

  5. On the purchase page, configure the parameters described below. Parameters that must match existing child instances — these values are fixed and must be consistent:

    ParameterRequirement
    VersionMust match existing child instances
    Architecture TypeMust match existing child instances
    ShardMust match existing child instances

    Parameters to configure for the new child instance:

    ParameterDescription
    ServiceSelect Tair (Enterprise Edition).
    Billing MethodSelect Subscription or Pay-as-you-go. See Choose a billing method.
    Region and Zone SettingsSelect a region and zone. The zone must differ from all existing child instances.
    VPC and vSwitchSelect a Virtual Private Cloud (VPC) and a vSwitch.
    Password SettingsSet to Now and enter a password.
    Subscription Duration(Subscription only) Set the subscription duration.
  6. Click Buy Now.

  7. On the Confirm Order page, read the Terms of Service and complete the payment. The child instance is ready within 1–5 minutes. When the instance status changes to Running, the child instance has been added successfully. You can verify this in the Child Instances list of the distributed instance.

Choose a billing method

Billing methodBest forHow you're charged
SubscriptionLong-term usePay upfront. Longer durations get lower prices.
Pay-as-you-goShort-term or variable useCharged hourly. Release the instance when no longer needed to stop charges.

API reference

OperationDescription
CreateTairInstanceCreates a memory-optimized instance as the first child instance in a distributed instance, or adds it as the second or third child instance.
CreateGlobalDistributeCacheConverts a specified instance into the first child instance of a distributed instance.
DescribeGlobalDistributeCacheQueries detailed information about a distributed instance.
RemoveSubInstanceRemoves a child instance from a distributed instance and converts it into a standard instance (data is preserved).