tencentcloud-sdk-nodejs-redis 4.1.119 → 4.1.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-redis",
3
- "version": "4.1.119",
3
+ "version": "4.1.120",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -5518,7 +5518,10 @@ export interface AddReplicationInstanceRequest {
5518
5518
  */
5519
5519
  GroupId: string;
5520
5520
  /**
5521
- * 实例ID。请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID
5521
+ * 实例ID。
5522
+ - 添加复制组实例有地域与可用区限制。具体信息,请参见[使用限制](https://cloud.tencent.com/document/product/239/71934)。
5523
+ - 当前仅4.0、5.0 Redis 版集群架构的实例支持加入复制组。
5524
+ - 请登录 [Redis 控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制需加入复制组的实例 ID。
5522
5525
  */
5523
5526
  InstanceId: string;
5524
5527
  /**