tencentcloud-sdk-python-redis 3.0.1263__tar.gz → 3.0.1264__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.1263 → tencentcloud-sdk-python-redis-3.0.1264}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/redis/v20180412/models.py +6 -10
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/redis/v20180412/redis_client.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1264/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1263/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/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.1264"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -2212,7 +2212,7 @@ class CreateInstanceAccountRequest(AbstractModel):
|
|
|
2212
2212
|
- 长度不能大于32位。
|
|
2213
2213
|
:type AccountName: str
|
|
2214
2214
|
:param _AccountPassword: 设置自定义账号的密码。密码复杂度要求如下:
|
|
2215
|
-
- 字符个数为[8,
|
|
2215
|
+
- 字符个数为[8,64]。
|
|
2216
2216
|
- 至少包含小写字母、大写字母、数字和字符 ()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的两种。
|
|
2217
2217
|
- 不能以"/"开头。
|
|
2218
2218
|
|
|
@@ -2262,7 +2262,7 @@ class CreateInstanceAccountRequest(AbstractModel):
|
|
|
2262
2262
|
@property
|
|
2263
2263
|
def AccountPassword(self):
|
|
2264
2264
|
"""设置自定义账号的密码。密码复杂度要求如下:
|
|
2265
|
-
- 字符个数为[8,
|
|
2265
|
+
- 字符个数为[8,64]。
|
|
2266
2266
|
- 至少包含小写字母、大写字母、数字和字符 ()`~!@#$%^&*-+=_|{}[]:;<>,.?/ 中的两种。
|
|
2267
2267
|
- 不能以"/"开头。
|
|
2268
2268
|
|
|
@@ -11813,11 +11813,9 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
|
|
|
11813
11813
|
:type BillingMode: int
|
|
11814
11814
|
:param _ZoneId: 实例所属的可用区ID,可参考[地域和可用区](https://cloud.tencent.com/document/product/239/4106) 。
|
|
11815
11815
|
:type ZoneId: int
|
|
11816
|
-
:param _RedisShardNum: 实例分片数量。
|
|
11817
|
-
Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
|
|
11816
|
+
:param _RedisShardNum: 实例分片数量。2.8 标准架构无需配置分片,其余版本标准架构需要配置分片数量为1。集群架构需指定需购买的分片数量。
|
|
11818
11817
|
:type RedisShardNum: int
|
|
11819
|
-
:param _RedisReplicasNum: 实例副本数量。
|
|
11820
|
-
Redis2.8标准架构、CKV标准架构无需填写。
|
|
11818
|
+
:param _RedisReplicasNum: 实例副本数量。2.8 标准架构无需配置副本数量。
|
|
11821
11819
|
:type RedisReplicasNum: int
|
|
11822
11820
|
:param _ReplicasReadonly: 是否支持副本只读。Redis2.8标准架构、CKV标准架构无需填写。
|
|
11823
11821
|
- true:无需支持副本只读。
|
|
@@ -11923,8 +11921,7 @@ TypeId为标准架构时,MemSize是实例总内存容量;TypeId为集群架
|
|
|
11923
11921
|
|
|
11924
11922
|
@property
|
|
11925
11923
|
def RedisShardNum(self):
|
|
11926
|
-
"""实例分片数量。
|
|
11927
|
-
Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
|
|
11924
|
+
"""实例分片数量。2.8 标准架构无需配置分片,其余版本标准架构需要配置分片数量为1。集群架构需指定需购买的分片数量。
|
|
11928
11925
|
:rtype: int
|
|
11929
11926
|
"""
|
|
11930
11927
|
return self._RedisShardNum
|
|
@@ -11935,8 +11932,7 @@ Redis2.8标准架构、CKV标准架构、Redis4.0标准架构无需填写。
|
|
|
11935
11932
|
|
|
11936
11933
|
@property
|
|
11937
11934
|
def RedisReplicasNum(self):
|
|
11938
|
-
"""实例副本数量。
|
|
11939
|
-
Redis2.8标准架构、CKV标准架构无需填写。
|
|
11935
|
+
"""实例副本数量。2.8 标准架构无需配置副本数量。
|
|
11940
11936
|
:rtype: int
|
|
11941
11937
|
"""
|
|
11942
11938
|
return self._RedisReplicasNum
|
|
@@ -418,7 +418,7 @@ class RedisClient(AbstractClient):
|
|
|
418
418
|
|
|
419
419
|
|
|
420
420
|
def DeleteReplicationInstance(self, request):
|
|
421
|
-
"""
|
|
421
|
+
"""移除复制组成员。注:该接口下线中,请使用 [RemoveReplicationInstance](https://cloud.tencent.com/document/product/239/90099)。
|
|
422
422
|
|
|
423
423
|
:param request: Request instance for DeleteReplicationInstance.
|
|
424
424
|
:type request: :class:`tencentcloud.redis.v20180412.models.DeleteReplicationInstanceRequest`
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1264
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1263
|
{tencentcloud-sdk-python-redis-3.0.1263 → tencentcloud-sdk-python-redis-3.0.1264}/README.rst
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|