tencentcloud-sdk-python-redis 3.0.1259__tar.gz → 3.0.1260__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.
Potentially problematic release.
This version of tencentcloud-sdk-python-redis might be problematic. Click here for more details.
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/redis/v20180412/models.py +4 -4
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1260/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1259/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/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.1260"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -8946,15 +8946,15 @@ class DescribeTendisSlowLogRequest(AbstractModel):
|
|
|
8946
8946
|
r"""
|
|
8947
8947
|
:param _InstanceId: 实例Id:crs-ngvou0i1
|
|
8948
8948
|
:type InstanceId: str
|
|
8949
|
-
:param _BeginTime: 开始时间:2019-09-08 12:12:41
|
|
8949
|
+
:param _BeginTime: 开始时间:2019-09-08 12:12:41,查询时间最大跨度30天。
|
|
8950
8950
|
:type BeginTime: str
|
|
8951
|
-
:param _EndTime: 结束时间:2019-09-09 12:12:41
|
|
8951
|
+
:param _EndTime: 结束时间:2019-09-09 12:12:41,查询时间最大跨度30天。
|
|
8952
8952
|
:type EndTime: str
|
|
8953
8953
|
:param _MinQueryTime: 慢查询阈值(毫秒)
|
|
8954
8954
|
:type MinQueryTime: int
|
|
8955
|
-
:param _Limit: 页面大小:默认20
|
|
8955
|
+
:param _Limit: 页面大小:默认20,最大100。
|
|
8956
8956
|
:type Limit: int
|
|
8957
|
-
:param _Offset:
|
|
8957
|
+
:param _Offset: 分页偏移量,取Limit整数倍。计算公式:offset=limit*(页码-1)。
|
|
8958
8958
|
:type Offset: int
|
|
8959
8959
|
"""
|
|
8960
8960
|
self._InstanceId = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1260
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1259
|
{tencentcloud-sdk-python-redis-3.0.1259 → tencentcloud-sdk-python-redis-3.0.1260}/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
|