tencentcloud-sdk-python-redis 3.0.902__tar.gz → 3.0.903__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.902 → tencentcloud-sdk-python-redis-3.0.903}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/redis/v20180412/models.py +8 -8
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud_sdk_python_redis.egg-info/PKG-INFO +1 -1
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/README.rst +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/setup.cfg +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/setup.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/redis/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/redis/v20180412/__init__.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/redis/v20180412/errorcodes.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud/redis/v20180412/redis_client.py +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud_sdk_python_redis.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud_sdk_python_redis.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-redis-3.0.902 → tencentcloud-sdk-python-redis-3.0.903}/tencentcloud_sdk_python_redis.egg-info/top_level.txt +0 -0
|
@@ -1252,15 +1252,15 @@ class DelayDistribution(AbstractModel):
|
|
|
1252
1252
|
|
|
1253
1253
|
def __init__(self):
|
|
1254
1254
|
r"""
|
|
1255
|
-
:param Ladder:
|
|
1256
|
-
[0ms,1ms]
|
|
1257
|
-
[1ms,5ms]
|
|
1258
|
-
[5ms,10ms]
|
|
1259
|
-
[10ms,50ms]
|
|
1260
|
-
[50ms,200ms]
|
|
1261
|
-
[200ms,∞]
|
|
1255
|
+
:param Ladder: 指延时分布阶梯,其与延时区间的对应关系如下所示。
|
|
1256
|
+
- 1:[0ms,1ms]。
|
|
1257
|
+
- 5: [1ms,5ms]。
|
|
1258
|
+
- 10: [5ms,10ms]。
|
|
1259
|
+
- 50: [10ms,50ms]。
|
|
1260
|
+
- 200:[50ms,200ms]。
|
|
1261
|
+
- -1: [200ms,∞]。
|
|
1262
1262
|
:type Ladder: int
|
|
1263
|
-
:param Size:
|
|
1263
|
+
:param Size: 延时处于当前分布阶梯的命令数量,单位:个。
|
|
1264
1264
|
:type Size: int
|
|
1265
1265
|
:param Updatetime: 修改时间。
|
|
1266
1266
|
:type Updatetime: int
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|