tencentcloud-sdk-redis 3.0.626 → 3.0.628
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/client.rb +1 -1
- data/lib/v20180412/models.rb +2 -2
- 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: a50c0368162e66ae417afd4c3a2f4ab65c204267
|
|
4
|
+
data.tar.gz: dcf0c1884ac89ed88a4e8d0e189f95131a4e37f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d97fe36be387b56145ac49908f3283ae23a87c87b5ce0746afd033a7b355194399fa9c8e2f32547b2f65c1aa8e52530bc243d0cb1af36984afeff33420db83bf
|
|
7
|
+
data.tar.gz: 393db269ac43a1d7ed87270ccb7b3da3430c4250309003c791801f742ea40f68fe21567cef748c71cb966463f8734527b23c1c50f2266f8765587d5563d62ad5
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.628
|
data/lib/v20180412/client.rb
CHANGED
|
@@ -797,7 +797,7 @@ module TencentCloud
|
|
|
797
797
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
798
798
|
end
|
|
799
799
|
|
|
800
|
-
#
|
|
800
|
+
# 该接口已下线,请使用数据库智能管家 DBbrain 接口 [DescribeProxyProcessStatistics] (https://cloud.tencent.com/document/product/1130/84544) 获取实例访问来源。
|
|
801
801
|
|
|
802
802
|
# @param request: Request instance for DescribeInstanceMonitorSIP.
|
|
803
803
|
# @type request: :class:`Tencentcloud::redis::V20180412::DescribeInstanceMonitorSIPRequest`
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -6806,9 +6806,9 @@ module TencentCloud
|
|
|
6806
6806
|
|
|
6807
6807
|
# 访问来源信息
|
|
6808
6808
|
class SourceInfo < TencentCloud::Common::AbstractModel
|
|
6809
|
-
# @param Ip: 来源IP
|
|
6809
|
+
# @param Ip: 来源 IP 地址。
|
|
6810
6810
|
# @type Ip: String
|
|
6811
|
-
# @param Conn:
|
|
6811
|
+
# @param Conn: 客户端连接数量。
|
|
6812
6812
|
# @type Conn: Integer
|
|
6813
6813
|
# @param Cmd: 命令
|
|
6814
6814
|
# @type Cmd: Integer
|
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.628
|
|
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-08-
|
|
11
|
+
date: 2023-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|