tencentcloud-sdk-python-redis 3.1.76__tar.gz → 3.1.78__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/setup.py +1 -1
  3. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/v20180412/models.py +2 -2
  5. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_redis-3.1.78/tencentcloud_sdk_python_redis.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_redis-3.1.76/tencentcloud_sdk_python_redis.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/README.rst +0 -0
  9. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/__init__.py +0 -0
  11. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/v20180412/__init__.py +0 -0
  12. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
  13. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/v20180412/redis_client.py +0 -0
  14. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud/redis/v20180412/redis_client_async.py +0 -0
  15. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_redis-3.1.76 → tencentcloud_sdk_python_redis-3.1.78}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.1.76
3
+ Version: 3.1.78
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -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.1.76,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.78,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Redis SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.76'
17
+ __version__ = '3.1.78'
@@ -9096,7 +9096,7 @@ class DescribeLogInstanceListRequest(AbstractModel):
9096
9096
  :type Filters: list of Filter
9097
9097
  :param _LogSubType: <p>日志子类型。</p><p>枚举值:</p><ul><li>write: 写日志。</li><li>read: 读日志。</li><li>all: 读写日志。</li></ul>
9098
9098
  :type LogSubType: str
9099
- :param _LogSwitch: <p>日志开关。不传查询所有日志实例。</p><ul><li>on:开启。</li><li>off:关闭。</li></ul>
9099
+ :param _LogSwitch: <p>日志开关。</p><p>枚举值:</p><ul><li>on: 开启</li><li>off: 关闭</li></ul><p>默认值:off</p>
9100
9100
  :type LogSwitch: str
9101
9101
  """
9102
9102
  self._LogType = None
@@ -9163,7 +9163,7 @@ class DescribeLogInstanceListRequest(AbstractModel):
9163
9163
 
9164
9164
  @property
9165
9165
  def LogSwitch(self):
9166
- r"""<p>日志开关。不传查询所有日志实例。</p><ul><li>on:开启。</li><li>off:关闭。</li></ul>
9166
+ r"""<p>日志开关。</p><p>枚举值:</p><ul><li>on: 开启</li><li>off: 关闭</li></ul><p>默认值:off</p>
9167
9167
  :rtype: str
9168
9168
  """
9169
9169
  return self._LogSwitch
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-redis
3
- Version: 3.1.76
3
+ Version: 3.1.78
4
4
  Summary: Tencent Cloud Redis SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.76
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.78
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.78
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.76