tencentcloud-sdk-redis 3.0.704 → 3.0.706
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180412/models.rb +3 -3
- 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: 034c8c8736dd944c1ad989d3e2c650c3f15397c3
|
4
|
+
data.tar.gz: 88c5bc02eb5a9017b7283b7656f2a8e4f9e8e5c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b12f41c044526a4e8d29d49a63482f78b29b07cabaf86ad9b5c24effe83eea0b804d24ef8f4a721e530d93eb46620bb597476ef1b4a14b143732696ebec962f
|
7
|
+
data.tar.gz: ec9ce6402ce37249eb6d5e3039e7b3f6a32eac0948f6128280852311cde539f644703ba1d5de56e11c4342b011d3def29ee5531ff7e60b716534f78503cad08e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.706
|
data/lib/v20180412/models.rb
CHANGED
@@ -3960,11 +3960,11 @@ module TencentCloud
|
|
3960
3960
|
|
3961
3961
|
# 热Key详细信息
|
3962
3962
|
class HotKeyInfo < TencentCloud::Common::AbstractModel
|
3963
|
-
# @param Key: 热Key
|
3963
|
+
# @param Key: 热 Key 的名称。
|
3964
3964
|
# @type Key: String
|
3965
|
-
# @param Type:
|
3965
|
+
# @param Type: Key 类型。
|
3966
3966
|
# @type Type: String
|
3967
|
-
# @param Count:
|
3967
|
+
# @param Count: 某段时间内热 Key 的访问次数
|
3968
3968
|
# @type Count: Integer
|
3969
3969
|
|
3970
3970
|
attr_accessor :Key, :Type, :Count
|
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.706
|
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-11-
|
11
|
+
date: 2023-11-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|