tencentcloud-sdk-python-redis 3.0.1167__tar.gz → 3.0.1168__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.1167 → tencentcloud-sdk-python-redis-3.0.1168}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/redis/v20180412/models.py +25 -13
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/redis/v20180412/redis_client.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1168/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1167/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/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.1168"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -1573,9 +1573,9 @@ class CommandTake(AbstractModel):
|
|
|
1573
1573
|
|
|
1574
1574
|
def __init__(self):
|
|
1575
1575
|
r"""
|
|
1576
|
-
:param _Cmd:
|
|
1576
|
+
:param _Cmd: 命令名。
|
|
1577
1577
|
:type Cmd: str
|
|
1578
|
-
:param _Took:
|
|
1578
|
+
:param _Took: 耗时时长。
|
|
1579
1579
|
:type Took: int
|
|
1580
1580
|
"""
|
|
1581
1581
|
self._Cmd = None
|
|
@@ -4895,9 +4895,13 @@ class DescribeInstanceMonitorHotKeyRequest(AbstractModel):
|
|
|
4895
4895
|
|
|
4896
4896
|
def __init__(self):
|
|
4897
4897
|
r"""
|
|
4898
|
-
:param _InstanceId:
|
|
4898
|
+
:param _InstanceId: 指定实例 ID。请登录[Redis控制台](https://console.cloud.tencent.com/redis)在实例列表复制实例 ID。
|
|
4899
4899
|
:type InstanceId: str
|
|
4900
|
-
:param _SpanType:
|
|
4900
|
+
:param _SpanType: 查询时间范围。
|
|
4901
|
+
- 1:实时。
|
|
4902
|
+
- 2:近30分钟。
|
|
4903
|
+
- 3:近6小时。
|
|
4904
|
+
- 4:近24小时。
|
|
4901
4905
|
:type SpanType: int
|
|
4902
4906
|
"""
|
|
4903
4907
|
self._InstanceId = None
|
|
@@ -4940,7 +4944,7 @@ class DescribeInstanceMonitorHotKeyResponse(AbstractModel):
|
|
|
4940
4944
|
|
|
4941
4945
|
def __init__(self):
|
|
4942
4946
|
r"""
|
|
4943
|
-
:param _Data: 热Key
|
|
4947
|
+
:param _Data: 热 Key 详细信息。
|
|
4944
4948
|
:type Data: list of HotKeyInfo
|
|
4945
4949
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4946
4950
|
:type RequestId: str
|
|
@@ -5057,11 +5061,15 @@ class DescribeInstanceMonitorTookDistRequest(AbstractModel):
|
|
|
5057
5061
|
|
|
5058
5062
|
def __init__(self):
|
|
5059
5063
|
r"""
|
|
5060
|
-
:param _InstanceId: 实例
|
|
5064
|
+
:param _InstanceId: 实例 ID。
|
|
5061
5065
|
:type InstanceId: str
|
|
5062
|
-
:param _Date:
|
|
5066
|
+
:param _Date: 查询时间日期。
|
|
5063
5067
|
:type Date: str
|
|
5064
|
-
:param _SpanType:
|
|
5068
|
+
:param _SpanType: 时间范围。
|
|
5069
|
+
- 1:实时。
|
|
5070
|
+
- 2:近30分钟。
|
|
5071
|
+
- 3:近6小时。
|
|
5072
|
+
- 4:近24小时。
|
|
5065
5073
|
:type SpanType: int
|
|
5066
5074
|
"""
|
|
5067
5075
|
self._InstanceId = None
|
|
@@ -5114,7 +5122,7 @@ class DescribeInstanceMonitorTookDistResponse(AbstractModel):
|
|
|
5114
5122
|
|
|
5115
5123
|
def __init__(self):
|
|
5116
5124
|
r"""
|
|
5117
|
-
:param _Data:
|
|
5125
|
+
:param _Data: 时延分布信息。
|
|
5118
5126
|
:type Data: list of DelayDistribution
|
|
5119
5127
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5120
5128
|
:type RequestId: str
|
|
@@ -5243,9 +5251,13 @@ class DescribeInstanceMonitorTopNCmdTookRequest(AbstractModel):
|
|
|
5243
5251
|
|
|
5244
5252
|
def __init__(self):
|
|
5245
5253
|
r"""
|
|
5246
|
-
:param _InstanceId: 实例ID
|
|
5254
|
+
:param _InstanceId: 实例 ID。
|
|
5247
5255
|
:type InstanceId: str
|
|
5248
|
-
:param _SpanType:
|
|
5256
|
+
:param _SpanType: 查询时间范围。
|
|
5257
|
+
- 1:实时。
|
|
5258
|
+
- 2:近30分钟。
|
|
5259
|
+
- 3:近6小时。
|
|
5260
|
+
- 4:近24小时。
|
|
5249
5261
|
:type SpanType: int
|
|
5250
5262
|
"""
|
|
5251
5263
|
self._InstanceId = None
|
|
@@ -15979,9 +15991,9 @@ class SourceCommand(AbstractModel):
|
|
|
15979
15991
|
|
|
15980
15992
|
def __init__(self):
|
|
15981
15993
|
r"""
|
|
15982
|
-
:param _Cmd:
|
|
15994
|
+
:param _Cmd: 命令名称。
|
|
15983
15995
|
:type Cmd: str
|
|
15984
|
-
:param _Count:
|
|
15996
|
+
:param _Count: 执行次数。
|
|
15985
15997
|
:type Count: int
|
|
15986
15998
|
"""
|
|
15987
15999
|
self._Cmd = None
|
|
@@ -786,7 +786,7 @@ class RedisClient(AbstractClient):
|
|
|
786
786
|
|
|
787
787
|
|
|
788
788
|
def DescribeInstanceMonitorHotKey(self, request):
|
|
789
|
-
"""
|
|
789
|
+
"""本接口(DescribeInstanceMonitorHotKey)用于查询实例热Key。
|
|
790
790
|
|
|
791
791
|
:param request: Request instance for DescribeInstanceMonitorHotKey.
|
|
792
792
|
:type request: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceMonitorHotKeyRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1168
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1167
|
{tencentcloud-sdk-python-redis-3.0.1167 → tencentcloud-sdk-python-redis-3.0.1168}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|