tencentcloud-sdk-python-redis 3.0.1391__tar.gz → 3.0.1411__tar.gz
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.
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/redis/v20180412/models.py +14 -14
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1411/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1391/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-redis',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1411"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2444,10 +2444,10 @@ class CreateInstancesRequest(AbstractModel):
|
|
|
2444
2444
|
- false :默认值。发送正常请求,通过检查后直接创建实例。
|
|
2445
2445
|
- true:发送检查请求,不会创建实例。
|
|
2446
2446
|
:type DryRun: bool
|
|
2447
|
-
:param _ProductVersion:
|
|
2448
|
-
- local
|
|
2449
|
-
-
|
|
2450
|
-
-
|
|
2447
|
+
:param _ProductVersion: 指实例部署模式。
|
|
2448
|
+
- local:传统架构,默认为 local。
|
|
2449
|
+
- cdc:独享集群。
|
|
2450
|
+
- cloud:云原生,当前已暂停售卖。
|
|
2451
2451
|
:type ProductVersion: str
|
|
2452
2452
|
:param _RedisClusterId: 独享集群 ID。当**ProductVersion**设置为**cdc**时,该参数必须设置。
|
|
2453
2453
|
:type RedisClusterId: str
|
|
@@ -2768,10 +2768,10 @@ class CreateInstancesRequest(AbstractModel):
|
|
|
2768
2768
|
|
|
2769
2769
|
@property
|
|
2770
2770
|
def ProductVersion(self):
|
|
2771
|
-
"""
|
|
2772
|
-
- local
|
|
2773
|
-
-
|
|
2774
|
-
-
|
|
2771
|
+
"""指实例部署模式。
|
|
2772
|
+
- local:传统架构,默认为 local。
|
|
2773
|
+
- cdc:独享集群。
|
|
2774
|
+
- cloud:云原生,当前已暂停售卖。
|
|
2775
2775
|
:rtype: str
|
|
2776
2776
|
"""
|
|
2777
2777
|
return self._ProductVersion
|
|
@@ -9172,7 +9172,7 @@ class DescribeProxySlowLogResponse(AbstractModel):
|
|
|
9172
9172
|
r"""
|
|
9173
9173
|
:param _TotalCount: 慢查询总数。
|
|
9174
9174
|
:type TotalCount: int
|
|
9175
|
-
:param _InstanceProxySlowLogDetail:
|
|
9175
|
+
:param _InstanceProxySlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
9176
9176
|
:type InstanceProxySlowLogDetail: list of InstanceProxySlowlogDetail
|
|
9177
9177
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9178
9178
|
:type RequestId: str
|
|
@@ -9194,7 +9194,7 @@ class DescribeProxySlowLogResponse(AbstractModel):
|
|
|
9194
9194
|
|
|
9195
9195
|
@property
|
|
9196
9196
|
def InstanceProxySlowLogDetail(self):
|
|
9197
|
-
"""
|
|
9197
|
+
"""慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
9198
9198
|
:rtype: list of InstanceProxySlowlogDetail
|
|
9199
9199
|
"""
|
|
9200
9200
|
return self._InstanceProxySlowLogDetail
|
|
@@ -10284,7 +10284,7 @@ class DescribeSlowLogResponse(AbstractModel):
|
|
|
10284
10284
|
:type TotalCount: int
|
|
10285
10285
|
:param _InstanceSlowlogDetail: 已废弃,该参数存在命名不规范问题,后续用参数InstanceSlowLogDetail取代。慢查询详情。
|
|
10286
10286
|
:type InstanceSlowlogDetail: list of InstanceSlowlogDetail
|
|
10287
|
-
:param _InstanceSlowLogDetail:
|
|
10287
|
+
:param _InstanceSlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
10288
10288
|
:type InstanceSlowLogDetail: list of InstanceSlowlogDetail
|
|
10289
10289
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10290
10290
|
:type RequestId: str
|
|
@@ -10322,7 +10322,7 @@ class DescribeSlowLogResponse(AbstractModel):
|
|
|
10322
10322
|
|
|
10323
10323
|
@property
|
|
10324
10324
|
def InstanceSlowLogDetail(self):
|
|
10325
|
-
"""
|
|
10325
|
+
"""慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
10326
10326
|
:rtype: list of InstanceSlowlogDetail
|
|
10327
10327
|
"""
|
|
10328
10328
|
return self._InstanceSlowLogDetail
|
|
@@ -11017,7 +11017,7 @@ class DescribeTendisSlowLogResponse(AbstractModel):
|
|
|
11017
11017
|
r"""
|
|
11018
11018
|
:param _TotalCount: 慢查询总数
|
|
11019
11019
|
:type TotalCount: int
|
|
11020
|
-
:param _TendisSlowLogDetail:
|
|
11020
|
+
:param _TendisSlowLogDetail: 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
11021
11021
|
:type TendisSlowLogDetail: list of TendisSlowLogDetail
|
|
11022
11022
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11023
11023
|
:type RequestId: str
|
|
@@ -11039,7 +11039,7 @@ class DescribeTendisSlowLogResponse(AbstractModel):
|
|
|
11039
11039
|
|
|
11040
11040
|
@property
|
|
11041
11041
|
def TendisSlowLogDetail(self):
|
|
11042
|
-
"""
|
|
11042
|
+
"""慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
11043
11043
|
:rtype: list of TendisSlowLogDetail
|
|
11044
11044
|
"""
|
|
11045
11045
|
return self._TendisSlowLogDetail
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1411
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1391
|
{tencentcloud-sdk-python-redis-3.0.1391 → tencentcloud-sdk-python-redis-3.0.1411}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|