tencentcloud-sdk-redis 3.0.686 → 3.0.687
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 +4 -1
- 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: 47d4b024173449c8582eb49f31b8ba6035c87cb9
|
|
4
|
+
data.tar.gz: d4a0c4b7704301150bd48d9966136881d182932c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 90da7f15dc563c3a211d73b48e5abe626e644cc88c8af09f9298005877bfc18d40b5800ff3639b1016d0683c4051dbd5869de5142cba9f561653e15ef9f028cf
|
|
7
|
+
data.tar.gz: d1a8cd50600803d621c0f298787a283b15e1bc81f056b7791f592d1a4e8b7bf303efb8e8cad3ffb8bb4acbb3329a7760bc068a86c55ccf1bd147cc46541c77e4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.687
|
data/lib/v20180412/models.rb
CHANGED
|
@@ -2753,7 +2753,10 @@ module TencentCloud
|
|
|
2753
2753
|
# - 15:Redis 6.2内存版(标准架构)。
|
|
2754
2754
|
# - 16:Redis 6.2内存版(集群架构)。
|
|
2755
2755
|
# @type Type: Integer
|
|
2756
|
-
# @param SearchKeys:
|
|
2756
|
+
# @param SearchKeys: 该参数为数组类型,支持配置实例名称、实例 ID、IP地址,其中实例名称为模糊匹配,实例 ID 和 IP 地址精确匹配。
|
|
2757
|
+
|
|
2758
|
+
# - 数组中每一个元素取并集进行匹配查询。
|
|
2759
|
+
# - **InstanceId** 与 **SearchKeys** 同时配置,则取二者交集进行匹配查询。
|
|
2757
2760
|
# @type SearchKeys: Array
|
|
2758
2761
|
# @param TypeList: 内部参数,用户可忽略。
|
|
2759
2762
|
# @type TypeList: Array
|
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.687
|
|
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-10-
|
|
11
|
+
date: 2023-10-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|