tencentcloud-sdk-redis 3.0.502 → 3.0.504

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f782d4f63f1291ecc42f712749f2618be54ff606
4
- data.tar.gz: 3d76e4cd43d4b36a25af777f1c0be2e80d52d41a
3
+ metadata.gz: 4b7d2ec75ecc99888041d7651016c194aec94899
4
+ data.tar.gz: 067ce82dc76cfaef98c90bc4244825472480d94d
5
5
  SHA512:
6
- metadata.gz: 0771b1283cea09d1b36d246c3a890a93302097845aba2533c847ae6da922674674e4919654a9f139ebe2d362f7c91455c114ec1b8434358a855008b9c6a5b6d8
7
- data.tar.gz: ca482cdd5059a73626ffcdf3ba7d57b0a959aa8cc96feffdf2433fb2fc78cf2b5a5f720dab21cb4491576a105eb09112a280955a8291bf2480f473a7accbd21d
6
+ metadata.gz: 7619833ae363bbf3765aea8b24c8cd00f863a76ca08dad309e0d69499d10e063953d9a59ddd5a1fc242ccdb030c145858c8c81dddf74384fa25e365890d73f11
7
+ data.tar.gz: 033a1104d3440a11f6ee970b99017f404f5755ac86abdf8de6dfc94c00b62ab4d48062db84716eaa0965b9d308c9a34d558e9fe83dcd6378ea3b35a3e94a8133
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.502
1
+ 3.0.504
@@ -4025,15 +4025,15 @@ module TencentCloud
4025
4025
 
4026
4026
  # 代理慢查询详情
4027
4027
  class InstanceProxySlowlogDetail < TencentCloud::Common::AbstractModel
4028
- # @param Duration: 慢查询耗时
4028
+ # @param Duration: 慢查询耗时(单位:毫秒)。
4029
4029
  # @type Duration: Integer
4030
- # @param Client: 客户端地址
4030
+ # @param Client: 客户端地址。
4031
4031
  # @type Client: String
4032
- # @param Command: 命令
4032
+ # @param Command: 命令。
4033
4033
  # @type Command: String
4034
- # @param CommandLine: 详细命令行信息
4034
+ # @param CommandLine: 详细命令行信息。
4035
4035
  # @type CommandLine: String
4036
- # @param ExecuteTime: 执行时间
4036
+ # @param ExecuteTime: 执行时间。
4037
4037
  # @type ExecuteTime: String
4038
4038
 
4039
4039
  attr_accessor :Duration, :Client, :Command, :CommandLine, :ExecuteTime
@@ -4183,7 +4183,7 @@ module TencentCloud
4183
4183
  # @param DiskSize: Redis实例请忽略该参数。
4184
4184
  # 注意:此字段可能返回 null,表示取不到有效值。
4185
4185
  # @type DiskSize: Integer
4186
- # @param MonitorVersion: 监控版本。<ul><li>1m:分钟粒度监控。</li><li>5s:5秒粒度监控。</li></ul>
4186
+ # @param MonitorVersion: 监控版本。<ul><li>1m:1分钟粒度监控。</li><li>5s:5秒粒度监控。</li></ul>
4187
4187
  # 注意:此字段可能返回 null,表示取不到有效值。
4188
4188
  # @type MonitorVersion: String
4189
4189
  # @param ClientLimitMin: 客户端最大连接数可设置的最小值。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.502
4
+ version: 3.0.504
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-06 00:00:00.000000000 Z
11
+ date: 2023-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common