tencentcloud-sdk-redis 3.0.503 → 3.0.504
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4b7d2ec75ecc99888041d7651016c194aec94899
|
|
4
|
+
data.tar.gz: 067ce82dc76cfaef98c90bc4244825472480d94d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7619833ae363bbf3765aea8b24c8cd00f863a76ca08dad309e0d69499d10e063953d9a59ddd5a1fc242ccdb030c145858c8c81dddf74384fa25e365890d73f11
|
|
7
|
+
data.tar.gz: 033a1104d3440a11f6ee970b99017f404f5755ac86abdf8de6dfc94c00b62ab4d48062db84716eaa0965b9d308c9a34d558e9fe83dcd6378ea3b35a3e94a8133
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.504
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|