tencentcloud-sdk-redis 3.0.503 → 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: 3692a26532c2c7aa41d460323b61876dce0f3b86
4
- data.tar.gz: abf58eec261f587c25d5f2aa48cbb265ffa64e72
3
+ metadata.gz: 4b7d2ec75ecc99888041d7651016c194aec94899
4
+ data.tar.gz: 067ce82dc76cfaef98c90bc4244825472480d94d
5
5
  SHA512:
6
- metadata.gz: 1951fd7abbde64c66a436d1205e4b56d11336e30d31482888b131736f07167c36e31aa014c9de2d4b672b18dbc2c48900cb322044996cd485c3254a146843599
7
- data.tar.gz: d1cdff994a36ce968f72202cee6eb5ffba427d496a75bedc037aeb3dd766b8cde3af7a153bf1812b6353640b669a5c9e1b680d2905b5456e3b986dfd8c4d28d2
6
+ metadata.gz: 7619833ae363bbf3765aea8b24c8cd00f863a76ca08dad309e0d69499d10e063953d9a59ddd5a1fc242ccdb030c145858c8c81dddf74384fa25e365890d73f11
7
+ data.tar.gz: 033a1104d3440a11f6ee970b99017f404f5755ac86abdf8de6dfc94c00b62ab4d48062db84716eaa0965b9d308c9a34d558e9fe83dcd6378ea3b35a3e94a8133
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.503
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
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.503
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-07 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