tencentcloud-sdk-redis 3.0.705 → 3.0.706
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 +3 -3
- metadata +1 -1
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
|