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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dd9bb2596b492fc3a6a62fe5ab5ae2da8a54330c
4
- data.tar.gz: 888a2c3c560083e0c9052c91b4bccc5b798f34d1
3
+ metadata.gz: 47d4b024173449c8582eb49f31b8ba6035c87cb9
4
+ data.tar.gz: d4a0c4b7704301150bd48d9966136881d182932c
5
5
  SHA512:
6
- metadata.gz: fb6790c997b4d611c967c05cc0ce635a7cca7ffca01860b28541c42aef245ecb3ae4d9dbcd5e14d696d0ad4415126e9c967be8250b740f7b47b6cc63f9863d9f
7
- data.tar.gz: 92d017862aa95216e13b7e33e7b36398223381f12386a61e1433270d61aa662bba5a3e1b271d10dee6e114ed117051036770024cc1aa39cdf2bc3d1e62401c0a
6
+ metadata.gz: 90da7f15dc563c3a211d73b48e5abe626e644cc88c8af09f9298005877bfc18d40b5800ff3639b1016d0683c4051dbd5869de5142cba9f561653e15ef9f028cf
7
+ data.tar.gz: d1a8cd50600803d621c0f298787a283b15e1bc81f056b7791f592d1a4e8b7bf303efb8e8cad3ffb8bb4acbb3329a7760bc068a86c55ccf1bd147cc46541c77e4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.686
1
+ 3.0.687
@@ -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: 设置搜索关键字数组,可根据实例ID、实例名称、完整IP地址搜索实例。
2756
+ # @param SearchKeys: 该参数为数组类型,支持配置实例名称、实例 IDIP地址,其中实例名称为模糊匹配,实例 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.686
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-27 00:00:00.000000000 Z
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