tencentcloud-sdk-nodejs-redis 4.1.51 → 4.1.66
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.
package/package.json
CHANGED
|
@@ -676,7 +676,7 @@ export interface DescribeSlowLogResponse {
|
|
|
676
676
|
*/
|
|
677
677
|
InstanceSlowlogDetail?: Array<InstanceSlowlogDetail>;
|
|
678
678
|
/**
|
|
679
|
-
*
|
|
679
|
+
* 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
680
680
|
*/
|
|
681
681
|
InstanceSlowLogDetail?: Array<InstanceSlowlogDetail>;
|
|
682
682
|
/**
|
|
@@ -2097,7 +2097,7 @@ export interface DescribeTendisSlowLogResponse {
|
|
|
2097
2097
|
*/
|
|
2098
2098
|
TotalCount?: number;
|
|
2099
2099
|
/**
|
|
2100
|
-
*
|
|
2100
|
+
* 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
2101
2101
|
*/
|
|
2102
2102
|
TendisSlowLogDetail?: Array<TendisSlowLogDetail>;
|
|
2103
2103
|
/**
|
|
@@ -5643,7 +5643,7 @@ export interface DescribeProxySlowLogResponse {
|
|
|
5643
5643
|
*/
|
|
5644
5644
|
TotalCount?: number;
|
|
5645
5645
|
/**
|
|
5646
|
-
*
|
|
5646
|
+
* 慢查询详情,注意:TotalCount大于1W,即慢日志超过1万条,不支持返回日志详情,返回数据为空。 建议缩小BeginTime和EndTime的时间间隔,多次查询。
|
|
5647
5647
|
*/
|
|
5648
5648
|
InstanceProxySlowLogDetail?: Array<InstanceProxySlowlogDetail>;
|
|
5649
5649
|
/**
|