tencentcloud-sdk-python-redis 3.0.1023__tar.gz → 3.0.1033__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.1023 → tencentcloud-sdk-python-redis-3.0.1033}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/setup.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/redis/v20180412/models.py +3 -3
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-redis-3.0.1033/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-redis-3.0.1023/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/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.1033"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Redis SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -8208,11 +8208,11 @@ class HotKeyInfo(AbstractModel):
|
|
|
8208
8208
|
|
|
8209
8209
|
def __init__(self):
|
|
8210
8210
|
r"""
|
|
8211
|
-
:param _Key: 热Key
|
|
8211
|
+
:param _Key: 热 Key 的名称。
|
|
8212
8212
|
:type Key: str
|
|
8213
|
-
:param _Type:
|
|
8213
|
+
:param _Type: Key 类型。
|
|
8214
8214
|
:type Type: str
|
|
8215
|
-
:param _Count:
|
|
8215
|
+
:param _Count: 某段时间内热 Key 的访问次数
|
|
8216
8216
|
:type Count: int
|
|
8217
8217
|
"""
|
|
8218
8218
|
self._Key = None
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1033
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1023
|
{tencentcloud-sdk-python-redis-3.0.1023 → tencentcloud-sdk-python-redis-3.0.1033}/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
|