tencentcloud-sdk-nodejs-redis 4.1.121 → 4.1.122

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.121",
3
+ "version": "4.1.122",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -4981,6 +4981,8 @@ export interface InstanceSet {
4981
4981
  CloseTime?: string;
4982
4982
  /**
4983
4983
  * 从节点读取权重。
4984
+ - 0:表示关闭副本只读。
4985
+ - 100:表示开启副本只读。
4984
4986
  */
4985
4987
  SlaveReadWeight?: number;
4986
4988
  /**