tencentcloud-sdk-python-redis 3.0.1224__tar.gz → 3.0.1228__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.1224 → tencentcloud-sdk-python-redis-3.0.1228}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/redis/v20180412/models.py +2 -2
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1228/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1224/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/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.1228"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -13647,7 +13647,7 @@ class ModifyInstanceParamsResponse(AbstractModel):
|
|
|
13647
13647
|
|
|
13648
13648
|
def __init__(self):
|
|
13649
13649
|
r"""
|
|
13650
|
-
:param _Changed: 说明修改参数配置是否成功。<br><li>true
|
|
13650
|
+
:param _Changed: 说明修改参数配置是否成功。<br><li>true:指修改成功;</li><li>false:指修改失败。</li>
|
|
13651
13651
|
:type Changed: bool
|
|
13652
13652
|
:param _TaskId: 任务ID。
|
|
13653
13653
|
:type TaskId: int
|
|
@@ -17044,7 +17044,7 @@ class StartupInstanceResponse(AbstractModel):
|
|
|
17044
17044
|
|
|
17045
17045
|
def __init__(self):
|
|
17046
17046
|
r"""
|
|
17047
|
-
:param _TaskId:
|
|
17047
|
+
:param _TaskId: 该字段已废弃,请通过查询实例接口获取到的状态来判断实例是否已解隔离
|
|
17048
17048
|
:type TaskId: int
|
|
17049
17049
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17050
17050
|
:type RequestId: str
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1228
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1224
|
{tencentcloud-sdk-python-redis-3.0.1224 → tencentcloud-sdk-python-redis-3.0.1228}/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
|