kb-cloud-client-typescript 2.3.0-alpha.134 → 2.3.0-alpha.136

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 (139) hide show
  1. package/dist/adminapi/apis/diagnostics-api.d.ts +6 -6
  2. package/dist/adminapi/apis/diagnostics-api.js +4 -4
  3. package/dist/adminapi/apis/dms-api.d.ts +120 -0
  4. package/dist/adminapi/apis/dms-api.d.ts.map +1 -1
  5. package/dist/adminapi/apis/dms-api.js +109 -0
  6. package/dist/adminapi/apis/dms-api.js.map +1 -1
  7. package/dist/adminapi/models/index.d.ts +9 -0
  8. package/dist/adminapi/models/index.d.ts.map +1 -1
  9. package/dist/adminapi/models/index.js +9 -0
  10. package/dist/adminapi/models/index.js.map +1 -1
  11. package/dist/adminapi/models/performance-trend-range.d.ts +1 -1
  12. package/dist/adminapi/models/performance-trend-series.d.ts +1 -1
  13. package/dist/adminapi/models/performance-trend-summary.d.ts +1 -1
  14. package/dist/adminapi/models/redis-analysis-expiration-group.d.ts +55 -0
  15. package/dist/adminapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
  16. package/dist/adminapi/models/redis-analysis-expiration-group.js +16 -0
  17. package/dist/adminapi/models/redis-analysis-expiration-group.js.map +1 -0
  18. package/dist/adminapi/models/redis-analysis-filter.d.ts +31 -0
  19. package/dist/adminapi/models/redis-analysis-filter.d.ts.map +1 -0
  20. package/dist/adminapi/models/redis-analysis-filter.js +16 -0
  21. package/dist/adminapi/models/redis-analysis-filter.js.map +1 -0
  22. package/dist/adminapi/models/redis-analysis-key.d.ts +61 -0
  23. package/dist/adminapi/models/redis-analysis-key.d.ts.map +1 -0
  24. package/dist/adminapi/models/redis-analysis-key.js +16 -0
  25. package/dist/adminapi/models/redis-analysis-key.js.map +1 -0
  26. package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts +56 -0
  27. package/dist/adminapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
  28. package/dist/adminapi/models/redis-analysis-namespace-summary.js +16 -0
  29. package/dist/adminapi/models/redis-analysis-namespace-summary.js.map +1 -0
  30. package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
  31. package/dist/adminapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
  32. package/dist/adminapi/models/redis-analysis-namespace-type-summary.js +16 -0
  33. package/dist/adminapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
  34. package/dist/adminapi/models/redis-analysis-progress.d.ts +85 -0
  35. package/dist/adminapi/models/redis-analysis-progress.d.ts.map +1 -0
  36. package/dist/adminapi/models/redis-analysis-progress.js +16 -0
  37. package/dist/adminapi/models/redis-analysis-progress.js.map +1 -0
  38. package/dist/adminapi/models/redis-analysis-response.d.ts +115 -0
  39. package/dist/adminapi/models/redis-analysis-response.d.ts.map +1 -0
  40. package/dist/adminapi/models/redis-analysis-response.js +16 -0
  41. package/dist/adminapi/models/redis-analysis-response.js.map +1 -0
  42. package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
  43. package/dist/adminapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
  44. package/dist/adminapi/models/redis-analysis-simple-type-summary.js +16 -0
  45. package/dist/adminapi/models/redis-analysis-simple-type-summary.js.map +1 -0
  46. package/dist/adminapi/models/redis-analysis-typed-summary.d.ts +32 -0
  47. package/dist/adminapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
  48. package/dist/adminapi/models/redis-analysis-typed-summary.js +16 -0
  49. package/dist/adminapi/models/redis-analysis-typed-summary.js.map +1 -0
  50. package/dist/adminapi/models/redis-data-capabilities.d.ts +6 -0
  51. package/dist/adminapi/models/redis-data-capabilities.d.ts.map +1 -1
  52. package/dist/openapi/apis/diagnostics-api.d.ts +6 -6
  53. package/dist/openapi/apis/diagnostics-api.js +4 -4
  54. package/dist/openapi/apis/dms-api.d.ts +120 -0
  55. package/dist/openapi/apis/dms-api.d.ts.map +1 -1
  56. package/dist/openapi/apis/dms-api.js +109 -0
  57. package/dist/openapi/apis/dms-api.js.map +1 -1
  58. package/dist/openapi/models/index.d.ts +9 -0
  59. package/dist/openapi/models/index.d.ts.map +1 -1
  60. package/dist/openapi/models/index.js +9 -0
  61. package/dist/openapi/models/index.js.map +1 -1
  62. package/dist/openapi/models/performance-trend-range.d.ts +1 -1
  63. package/dist/openapi/models/performance-trend-series.d.ts +1 -1
  64. package/dist/openapi/models/performance-trend-summary.d.ts +1 -1
  65. package/dist/openapi/models/redis-analysis-expiration-group.d.ts +55 -0
  66. package/dist/openapi/models/redis-analysis-expiration-group.d.ts.map +1 -0
  67. package/dist/openapi/models/redis-analysis-expiration-group.js +16 -0
  68. package/dist/openapi/models/redis-analysis-expiration-group.js.map +1 -0
  69. package/dist/openapi/models/redis-analysis-filter.d.ts +31 -0
  70. package/dist/openapi/models/redis-analysis-filter.d.ts.map +1 -0
  71. package/dist/openapi/models/redis-analysis-filter.js +16 -0
  72. package/dist/openapi/models/redis-analysis-filter.js.map +1 -0
  73. package/dist/openapi/models/redis-analysis-key.d.ts +61 -0
  74. package/dist/openapi/models/redis-analysis-key.d.ts.map +1 -0
  75. package/dist/openapi/models/redis-analysis-key.js +16 -0
  76. package/dist/openapi/models/redis-analysis-key.js.map +1 -0
  77. package/dist/openapi/models/redis-analysis-namespace-summary.d.ts +56 -0
  78. package/dist/openapi/models/redis-analysis-namespace-summary.d.ts.map +1 -0
  79. package/dist/openapi/models/redis-analysis-namespace-summary.js +16 -0
  80. package/dist/openapi/models/redis-analysis-namespace-summary.js.map +1 -0
  81. package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts +49 -0
  82. package/dist/openapi/models/redis-analysis-namespace-type-summary.d.ts.map +1 -0
  83. package/dist/openapi/models/redis-analysis-namespace-type-summary.js +16 -0
  84. package/dist/openapi/models/redis-analysis-namespace-type-summary.js.map +1 -0
  85. package/dist/openapi/models/redis-analysis-progress.d.ts +85 -0
  86. package/dist/openapi/models/redis-analysis-progress.d.ts.map +1 -0
  87. package/dist/openapi/models/redis-analysis-progress.js +16 -0
  88. package/dist/openapi/models/redis-analysis-progress.js.map +1 -0
  89. package/dist/openapi/models/redis-analysis-response.d.ts +115 -0
  90. package/dist/openapi/models/redis-analysis-response.d.ts.map +1 -0
  91. package/dist/openapi/models/redis-analysis-response.js +16 -0
  92. package/dist/openapi/models/redis-analysis-response.js.map +1 -0
  93. package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts +37 -0
  94. package/dist/openapi/models/redis-analysis-simple-type-summary.d.ts.map +1 -0
  95. package/dist/openapi/models/redis-analysis-simple-type-summary.js +16 -0
  96. package/dist/openapi/models/redis-analysis-simple-type-summary.js.map +1 -0
  97. package/dist/openapi/models/redis-analysis-typed-summary.d.ts +32 -0
  98. package/dist/openapi/models/redis-analysis-typed-summary.d.ts.map +1 -0
  99. package/dist/openapi/models/redis-analysis-typed-summary.js +16 -0
  100. package/dist/openapi/models/redis-analysis-typed-summary.js.map +1 -0
  101. package/dist/openapi/models/redis-data-capabilities.d.ts +6 -0
  102. package/dist/openapi/models/redis-data-capabilities.d.ts.map +1 -1
  103. package/package.json +1 -1
  104. package/src/adminapi/.openapi-generator/FILES +9 -0
  105. package/src/adminapi/apis/diagnostics-api.ts +6 -6
  106. package/src/adminapi/apis/dms-api.ts +204 -0
  107. package/src/adminapi/models/index.ts +9 -0
  108. package/src/adminapi/models/performance-trend-range.ts +1 -1
  109. package/src/adminapi/models/performance-trend-series.ts +1 -1
  110. package/src/adminapi/models/performance-trend-summary.ts +1 -1
  111. package/src/adminapi/models/redis-analysis-expiration-group.ts +60 -0
  112. package/src/adminapi/models/redis-analysis-filter.ts +36 -0
  113. package/src/adminapi/models/redis-analysis-key.ts +66 -0
  114. package/src/adminapi/models/redis-analysis-namespace-summary.ts +63 -0
  115. package/src/adminapi/models/redis-analysis-namespace-type-summary.ts +54 -0
  116. package/src/adminapi/models/redis-analysis-progress.ts +90 -0
  117. package/src/adminapi/models/redis-analysis-response.ts +132 -0
  118. package/src/adminapi/models/redis-analysis-simple-type-summary.ts +42 -0
  119. package/src/adminapi/models/redis-analysis-typed-summary.ts +39 -0
  120. package/src/adminapi/models/redis-data-capabilities.ts +6 -0
  121. package/src/adminapi.yaml +304 -5
  122. package/src/openapi/.openapi-generator/FILES +9 -0
  123. package/src/openapi/apis/diagnostics-api.ts +6 -6
  124. package/src/openapi/apis/dms-api.ts +204 -0
  125. package/src/openapi/models/index.ts +9 -0
  126. package/src/openapi/models/performance-trend-range.ts +1 -1
  127. package/src/openapi/models/performance-trend-series.ts +1 -1
  128. package/src/openapi/models/performance-trend-summary.ts +1 -1
  129. package/src/openapi/models/redis-analysis-expiration-group.ts +60 -0
  130. package/src/openapi/models/redis-analysis-filter.ts +36 -0
  131. package/src/openapi/models/redis-analysis-key.ts +66 -0
  132. package/src/openapi/models/redis-analysis-namespace-summary.ts +63 -0
  133. package/src/openapi/models/redis-analysis-namespace-type-summary.ts +54 -0
  134. package/src/openapi/models/redis-analysis-progress.ts +90 -0
  135. package/src/openapi/models/redis-analysis-response.ts +132 -0
  136. package/src/openapi/models/redis-analysis-simple-type-summary.ts +42 -0
  137. package/src/openapi/models/redis-analysis-typed-summary.ts +39 -0
  138. package/src/openapi/models/redis-data-capabilities.ts +6 -0
  139. package/src/openapi.yaml +304 -5
@@ -0,0 +1,85 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface RedisAnalysisProgress
16
+ */
17
+ export interface RedisAnalysisProgress {
18
+ /**
19
+ *
20
+ * @type {number}
21
+ * @memberof RedisAnalysisProgress
22
+ */
23
+ 'total'?: number;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisProgress
28
+ */
29
+ 'scanned'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof RedisAnalysisProgress
34
+ */
35
+ 'processed'?: number;
36
+ /**
37
+ *
38
+ * @type {number}
39
+ * @memberof RedisAnalysisProgress
40
+ */
41
+ 'sampleLimit'?: number;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof RedisAnalysisProgress
46
+ */
47
+ 'cursor'?: string;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof RedisAnalysisProgress
52
+ */
53
+ 'nextCursor'?: string;
54
+ /**
55
+ *
56
+ * @type {number}
57
+ * @memberof RedisAnalysisProgress
58
+ */
59
+ 'scannedPercent'?: number;
60
+ /**
61
+ *
62
+ * @type {boolean}
63
+ * @memberof RedisAnalysisProgress
64
+ */
65
+ 'complete'?: boolean;
66
+ /**
67
+ *
68
+ * @type {boolean}
69
+ * @memberof RedisAnalysisProgress
70
+ */
71
+ 'sampled'?: boolean;
72
+ /**
73
+ *
74
+ * @type {number}
75
+ * @memberof RedisAnalysisProgress
76
+ */
77
+ 'extrapolationFactor'?: number;
78
+ /**
79
+ *
80
+ * @type {string}
81
+ * @memberof RedisAnalysisProgress
82
+ */
83
+ 'generatedAt'?: string;
84
+ }
85
+ //# sourceMappingURL=redis-analysis-progress.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-progress.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-progress.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB;;;;OAIG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B;;;;OAIG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=redis-analysis-progress.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-progress.js","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-progress.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,115 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RedisAnalysisExpirationGroup } from './redis-analysis-expiration-group';
13
+ import type { RedisAnalysisFilter } from './redis-analysis-filter';
14
+ import type { RedisAnalysisKey } from './redis-analysis-key';
15
+ import type { RedisAnalysisNamespaceSummary } from './redis-analysis-namespace-summary';
16
+ import type { RedisAnalysisProgress } from './redis-analysis-progress';
17
+ import type { RedisAnalysisTypedSummary } from './redis-analysis-typed-summary';
18
+ /**
19
+ * Instant Redis key analysis report sampled by bounded SCAN. This aligns with RedisInsight-style analysis dimensions but is not a persisted historical report.
20
+ * @export
21
+ * @interface RedisAnalysisResponse
22
+ */
23
+ export interface RedisAnalysisResponse {
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisResponse
28
+ */
29
+ 'db'?: number;
30
+ /**
31
+ *
32
+ * @type {RedisAnalysisFilter}
33
+ * @memberof RedisAnalysisResponse
34
+ */
35
+ 'filter'?: RedisAnalysisFilter;
36
+ /**
37
+ * Actual delimiter used to aggregate top namespaces.
38
+ * @type {string}
39
+ * @memberof RedisAnalysisResponse
40
+ */
41
+ 'delimiter'?: string;
42
+ /**
43
+ *
44
+ * @type {RedisAnalysisProgress}
45
+ * @memberof RedisAnalysisResponse
46
+ */
47
+ 'progress'?: RedisAnalysisProgress;
48
+ /**
49
+ *
50
+ * @type {string}
51
+ * @memberof RedisAnalysisResponse
52
+ */
53
+ 'createdAt'?: string;
54
+ /**
55
+ * Connected client count from Redis INFO when available.
56
+ * @type {number}
57
+ * @memberof RedisAnalysisResponse
58
+ */
59
+ 'connectedClients'?: number;
60
+ /**
61
+ *
62
+ * @type {RedisAnalysisTypedSummary}
63
+ * @memberof RedisAnalysisResponse
64
+ */
65
+ 'totalKeys'?: RedisAnalysisTypedSummary;
66
+ /**
67
+ *
68
+ * @type {RedisAnalysisTypedSummary}
69
+ * @memberof RedisAnalysisResponse
70
+ */
71
+ 'totalMemory'?: RedisAnalysisTypedSummary;
72
+ /**
73
+ *
74
+ * @type {Array<RedisAnalysisNamespaceSummary>}
75
+ * @memberof RedisAnalysisResponse
76
+ */
77
+ 'topKeysNsp'?: Array<RedisAnalysisNamespaceSummary>;
78
+ /**
79
+ *
80
+ * @type {Array<RedisAnalysisNamespaceSummary>}
81
+ * @memberof RedisAnalysisResponse
82
+ */
83
+ 'topMemoryNsp'?: Array<RedisAnalysisNamespaceSummary>;
84
+ /**
85
+ *
86
+ * @type {Array<RedisAnalysisKey>}
87
+ * @memberof RedisAnalysisResponse
88
+ */
89
+ 'topKeysLength'?: Array<RedisAnalysisKey>;
90
+ /**
91
+ *
92
+ * @type {Array<RedisAnalysisKey>}
93
+ * @memberof RedisAnalysisResponse
94
+ */
95
+ 'topKeysMemory'?: Array<RedisAnalysisKey>;
96
+ /**
97
+ *
98
+ * @type {Array<RedisAnalysisExpirationGroup>}
99
+ * @memberof RedisAnalysisResponse
100
+ */
101
+ 'expirationGroups'?: Array<RedisAnalysisExpirationGroup>;
102
+ /**
103
+ *
104
+ * @type {Array<string>}
105
+ * @memberof RedisAnalysisResponse
106
+ */
107
+ 'warnings'?: Array<string>;
108
+ /**
109
+ *
110
+ * @type {Array<string>}
111
+ * @memberof RedisAnalysisResponse
112
+ */
113
+ 'recommendations'?: Array<string>;
114
+ }
115
+ //# sourceMappingURL=redis-analysis-response.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-response.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-response.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAGtF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAGnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAG7D,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,oCAAoC,CAAC;AAGxF,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAGvE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC;;;;OAIG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,yBAAyB,CAAC;IACxC;;;;OAIG;IACH,aAAa,CAAC,EAAE,yBAAyB,CAAC;IAC1C;;;;OAIG;IACH,YAAY,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACpD;;;;OAIG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,6BAA6B,CAAC,CAAC;IACtD;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,eAAe,CAAC,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC1C;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,4BAA4B,CAAC,CAAC;IACzD;;;;OAIG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC3B;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CACrC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=redis-analysis-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-response.js","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-response.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface RedisAnalysisSimpleTypeSummary
16
+ */
17
+ export interface RedisAnalysisSimpleTypeSummary {
18
+ /**
19
+ *
20
+ * @type {string}
21
+ * @memberof RedisAnalysisSimpleTypeSummary
22
+ */
23
+ 'type'?: string;
24
+ /**
25
+ *
26
+ * @type {number}
27
+ * @memberof RedisAnalysisSimpleTypeSummary
28
+ */
29
+ 'total'?: number;
30
+ /**
31
+ *
32
+ * @type {number}
33
+ * @memberof RedisAnalysisSimpleTypeSummary
34
+ */
35
+ 'ratio'?: number;
36
+ }
37
+ //# sourceMappingURL=redis-analysis-simple-type-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-simple-type-summary.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-simple-type-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,8BAA8B;IAC3C;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=redis-analysis-simple-type-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-simple-type-summary.js","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-simple-type-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -0,0 +1,32 @@
1
+ /**
2
+ * Admin API
3
+ * The Admin API is used to manage the ApeCloud platform.
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ * Contact: support@apecloud.com
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RedisAnalysisSimpleTypeSummary } from './redis-analysis-simple-type-summary';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface RedisAnalysisTypedSummary
17
+ */
18
+ export interface RedisAnalysisTypedSummary {
19
+ /**
20
+ *
21
+ * @type {number}
22
+ * @memberof RedisAnalysisTypedSummary
23
+ */
24
+ 'total'?: number;
25
+ /**
26
+ *
27
+ * @type {Array<RedisAnalysisSimpleTypeSummary>}
28
+ * @memberof RedisAnalysisTypedSummary
29
+ */
30
+ 'types'?: Array<RedisAnalysisSimpleTypeSummary>;
31
+ }
32
+ //# sourceMappingURL=redis-analysis-typed-summary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-typed-summary.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-typed-summary.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,8BAA8B,EAAE,MAAM,sCAAsC,CAAC;AAE3F;;;;GAIG;AACH,MAAM,WAAW,yBAAyB;IACtC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,8BAA8B,CAAC,CAAC;CACnD"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * Admin API
6
+ * The Admin API is used to manage the ApeCloud platform.
7
+ *
8
+ * The version of the OpenAPI document: 1.0.0
9
+ * Contact: support@apecloud.com
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ //# sourceMappingURL=redis-analysis-typed-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"redis-analysis-typed-summary.js","sourceRoot":"","sources":["../../../src/adminapi/models/redis-analysis-typed-summary.ts"],"names":[],"mappings":";AAAA,oBAAoB;AACpB,oBAAoB;AACpB;;;;;;;;;;GAUG"}
@@ -16,6 +16,12 @@ import type { RedisCapability } from './redis-capability';
16
16
  * @interface RedisDataCapabilities
17
17
  */
18
18
  export interface RedisDataCapabilities {
19
+ /**
20
+ *
21
+ * @type {RedisCapability}
22
+ * @memberof RedisDataCapabilities
23
+ */
24
+ 'analysis'?: RedisCapability;
19
25
  /**
20
26
  *
21
27
  * @type {RedisCapability}
@@ -1 +1 @@
1
- {"version":3,"file":"redis-data-capabilities.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-data-capabilities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B"}
1
+ {"version":3,"file":"redis-data-capabilities.d.ts","sourceRoot":"","sources":["../../../src/adminapi/models/redis-data-capabilities.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAE1D;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IAClC;;;;OAIG;IACH,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB;;;;OAIG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;OAIG;IACH,OAAO,CAAC,EAAE,eAAe,CAAC;IAC1B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;CAC5B"}
@@ -27,8 +27,8 @@ export declare const DiagnosticsApiAxiosParamCreator: (configuration?: Configura
27
27
  * @summary Get PostgreSQL performance trends
28
28
  * @param {string} orgName Organization name
29
29
  * @param {string} clusterName Cluster name
30
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
31
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
30
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
31
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
32
32
  * @param {*} [options] Override http request option.
33
33
  * @throws {RequiredError}
34
34
  */
@@ -95,8 +95,8 @@ export declare const DiagnosticsApiFp: (configuration?: Configuration) => {
95
95
  * @summary Get PostgreSQL performance trends
96
96
  * @param {string} orgName Organization name
97
97
  * @param {string} clusterName Cluster name
98
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
99
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
98
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
99
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
100
100
  * @param {*} [options] Override http request option.
101
101
  * @throws {RequiredError}
102
102
  */
@@ -287,13 +287,13 @@ export interface DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrendsRequest
287
287
  */
288
288
  readonly clusterName: string;
289
289
  /**
290
- * Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
290
+ * Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
291
291
  * @type {string}
292
292
  * @memberof DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrends
293
293
  */
294
294
  readonly range?: string;
295
295
  /**
296
- * Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
296
+ * Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
297
297
  * @type {string}
298
298
  * @memberof DiagnosticsApiGetDiagnosticsPostgresqlPerformanceTrends
299
299
  */
@@ -34,8 +34,8 @@ const DiagnosticsApiAxiosParamCreator = function (configuration) {
34
34
  * @summary Get PostgreSQL performance trends
35
35
  * @param {string} orgName Organization name
36
36
  * @param {string} clusterName Cluster name
37
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
38
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
37
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
38
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
39
39
  * @param {*} [options] Override http request option.
40
40
  * @throws {RequiredError}
41
41
  */
@@ -304,8 +304,8 @@ const DiagnosticsApiFp = function (configuration) {
304
304
  * @summary Get PostgreSQL performance trends
305
305
  * @param {string} orgName Organization name
306
306
  * @param {string} clusterName Cluster name
307
- * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, and 24h. Defaults to 1h.
308
- * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, and 15m. Defaults to 1m for 1h, 5m for 6h, and 15m for 24h.
307
+ * @param {string} [range] Controlled query range. Allowed values are 1h, 6h, 24h, and 7d. Defaults to 1h.
308
+ * @param {string} [step] Controlled query granularity. Allowed values are 1m, 5m, 15m, and 1h. Defaults to 1m for 1h, 5m for 6h, 15m for 24h, and 1h for 7d.
309
309
  * @param {*} [options] Override http request option.
310
310
  * @throws {RequiredError}
311
311
  */
@@ -61,6 +61,7 @@ import type { MongoValidationInfo } from '../models';
61
61
  import type { MongoWriteResponse } from '../models';
62
62
  import type { MongoWriteResult } from '../models';
63
63
  import type { ParameterHistoryList } from '../models';
64
+ import type { RedisAnalysisResponse } from '../models';
64
65
  import type { RedisClusterTopology } from '../models';
65
66
  import type { RedisDangerousOperationRequest } from '../models';
66
67
  import type { RedisDataContext } from '../models';
@@ -95,6 +96,22 @@ export declare const DmsApiAxiosParamCreator: (configuration?: Configuration) =>
95
96
  * @throws {RequiredError}
96
97
  */
97
98
  alterParameter: (orgName: string, clusterName: string, tenantId: string, dmsObAlterParameter: DmsObAlterParameter, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
99
+ /**
100
+ * Returns an instant sample analysis for Redis keys. The result is not a persisted or full historical report; callers must use progress.complete, progress.processed, progress.sampleLimit, and generatedAt to present the sampling boundary.
101
+ * @summary analyze Redis keys by bounded SCAN sampling
102
+ * @param {string} orgName
103
+ * @param {string} clusterName
104
+ * @param {string} id
105
+ * @param {number} [database]
106
+ * @param {string} [match] Redis SCAN match pattern.
107
+ * @param {string} [cursor] Cursor returned by a previous analysis scan. Empty starts a new sample scan.
108
+ * @param {number} [sampleLimit] Maximum number of keys to sample in this analysis request.
109
+ * @param {number} [topN] Maximum number of top keys or namespaces to return.
110
+ * @param {string} [namespaceSeparator] Separator used to group key namespaces.
111
+ * @param {*} [options] Override http request option.
112
+ * @throws {RequiredError}
113
+ */
114
+ analyzeRedisKeys: (orgName: string, clusterName: string, id: string, database?: number, match?: string, cursor?: string, sampleLimit?: number, topN?: number, namespaceSeparator?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
98
115
  /**
99
116
  *
100
117
  * @summary close a Redis Pub/Sub polling session
@@ -868,6 +885,22 @@ export declare const DmsApiFp: (configuration?: Configuration) => {
868
885
  * @throws {RequiredError}
869
886
  */
870
887
  alterParameter(orgName: string, clusterName: string, tenantId: string, dmsObAlterParameter: DmsObAlterParameter, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
888
+ /**
889
+ * Returns an instant sample analysis for Redis keys. The result is not a persisted or full historical report; callers must use progress.complete, progress.processed, progress.sampleLimit, and generatedAt to present the sampling boundary.
890
+ * @summary analyze Redis keys by bounded SCAN sampling
891
+ * @param {string} orgName
892
+ * @param {string} clusterName
893
+ * @param {string} id
894
+ * @param {number} [database]
895
+ * @param {string} [match] Redis SCAN match pattern.
896
+ * @param {string} [cursor] Cursor returned by a previous analysis scan. Empty starts a new sample scan.
897
+ * @param {number} [sampleLimit] Maximum number of keys to sample in this analysis request.
898
+ * @param {number} [topN] Maximum number of top keys or namespaces to return.
899
+ * @param {string} [namespaceSeparator] Separator used to group key namespaces.
900
+ * @param {*} [options] Override http request option.
901
+ * @throws {RequiredError}
902
+ */
903
+ analyzeRedisKeys(orgName: string, clusterName: string, id: string, database?: number, match?: string, cursor?: string, sampleLimit?: number, topN?: number, namespaceSeparator?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<RedisAnalysisResponse>>;
871
904
  /**
872
905
  *
873
906
  * @summary close a Redis Pub/Sub polling session
@@ -1638,6 +1671,14 @@ export declare const DmsApiFactory: (configuration?: Configuration, basePath?: s
1638
1671
  * @throws {RequiredError}
1639
1672
  */
1640
1673
  alterParameter(requestParameters: DmsApiAlterParameterRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
1674
+ /**
1675
+ * Returns an instant sample analysis for Redis keys. The result is not a persisted or full historical report; callers must use progress.complete, progress.processed, progress.sampleLimit, and generatedAt to present the sampling boundary.
1676
+ * @summary analyze Redis keys by bounded SCAN sampling
1677
+ * @param {DmsApiAnalyzeRedisKeysRequest} requestParameters Request parameters.
1678
+ * @param {*} [options] Override http request option.
1679
+ * @throws {RequiredError}
1680
+ */
1681
+ analyzeRedisKeys(requestParameters: DmsApiAnalyzeRedisKeysRequest, options?: RawAxiosRequestConfig): AxiosPromise<RedisAnalysisResponse>;
1641
1682
  /**
1642
1683
  *
1643
1684
  * @summary close a Redis Pub/Sub polling session
@@ -2184,6 +2225,15 @@ export interface DmsApiInterface {
2184
2225
  * @memberof DmsApiInterface
2185
2226
  */
2186
2227
  alterParameter(requestParameters: DmsApiAlterParameterRequest, options?: RawAxiosRequestConfig): AxiosPromise<string>;
2228
+ /**
2229
+ * Returns an instant sample analysis for Redis keys. The result is not a persisted or full historical report; callers must use progress.complete, progress.processed, progress.sampleLimit, and generatedAt to present the sampling boundary.
2230
+ * @summary analyze Redis keys by bounded SCAN sampling
2231
+ * @param {DmsApiAnalyzeRedisKeysRequest} requestParameters Request parameters.
2232
+ * @param {*} [options] Override http request option.
2233
+ * @throws {RequiredError}
2234
+ * @memberof DmsApiInterface
2235
+ */
2236
+ analyzeRedisKeys(requestParameters: DmsApiAnalyzeRedisKeysRequest, options?: RawAxiosRequestConfig): AxiosPromise<RedisAnalysisResponse>;
2187
2237
  /**
2188
2238
  *
2189
2239
  * @summary close a Redis Pub/Sub polling session
@@ -2812,6 +2862,67 @@ export interface DmsApiAlterParameterRequest {
2812
2862
  */
2813
2863
  readonly dmsObAlterParameter: DmsObAlterParameter;
2814
2864
  }
2865
+ /**
2866
+ * Request parameters for analyzeRedisKeys operation in DmsApi.
2867
+ * @export
2868
+ * @interface DmsApiAnalyzeRedisKeysRequest
2869
+ */
2870
+ export interface DmsApiAnalyzeRedisKeysRequest {
2871
+ /**
2872
+ *
2873
+ * @type {string}
2874
+ * @memberof DmsApiAnalyzeRedisKeys
2875
+ */
2876
+ readonly orgName: string;
2877
+ /**
2878
+ *
2879
+ * @type {string}
2880
+ * @memberof DmsApiAnalyzeRedisKeys
2881
+ */
2882
+ readonly clusterName: string;
2883
+ /**
2884
+ *
2885
+ * @type {string}
2886
+ * @memberof DmsApiAnalyzeRedisKeys
2887
+ */
2888
+ readonly id: string;
2889
+ /**
2890
+ *
2891
+ * @type {number}
2892
+ * @memberof DmsApiAnalyzeRedisKeys
2893
+ */
2894
+ readonly database?: number;
2895
+ /**
2896
+ * Redis SCAN match pattern.
2897
+ * @type {string}
2898
+ * @memberof DmsApiAnalyzeRedisKeys
2899
+ */
2900
+ readonly match?: string;
2901
+ /**
2902
+ * Cursor returned by a previous analysis scan. Empty starts a new sample scan.
2903
+ * @type {string}
2904
+ * @memberof DmsApiAnalyzeRedisKeys
2905
+ */
2906
+ readonly cursor?: string;
2907
+ /**
2908
+ * Maximum number of keys to sample in this analysis request.
2909
+ * @type {number}
2910
+ * @memberof DmsApiAnalyzeRedisKeys
2911
+ */
2912
+ readonly sampleLimit?: number;
2913
+ /**
2914
+ * Maximum number of top keys or namespaces to return.
2915
+ * @type {number}
2916
+ * @memberof DmsApiAnalyzeRedisKeys
2917
+ */
2918
+ readonly topN?: number;
2919
+ /**
2920
+ * Separator used to group key namespaces.
2921
+ * @type {string}
2922
+ * @memberof DmsApiAnalyzeRedisKeys
2923
+ */
2924
+ readonly namespaceSeparator?: string;
2925
+ }
2815
2926
  /**
2816
2927
  * Request parameters for closeRedisPubSubSession operation in DmsApi.
2817
2928
  * @export
@@ -5042,6 +5153,15 @@ export declare class DmsApi extends BaseAPI implements DmsApiInterface {
5042
5153
  * @memberof DmsApi
5043
5154
  */
5044
5155
  alterParameter(requestParameters: DmsApiAlterParameterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
5156
+ /**
5157
+ * Returns an instant sample analysis for Redis keys. The result is not a persisted or full historical report; callers must use progress.complete, progress.processed, progress.sampleLimit, and generatedAt to present the sampling boundary.
5158
+ * @summary analyze Redis keys by bounded SCAN sampling
5159
+ * @param {DmsApiAnalyzeRedisKeysRequest} requestParameters Request parameters.
5160
+ * @param {*} [options] Override http request option.
5161
+ * @throws {RequiredError}
5162
+ * @memberof DmsApi
5163
+ */
5164
+ analyzeRedisKeys(requestParameters: DmsApiAnalyzeRedisKeysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<RedisAnalysisResponse, any, {}>>;
5045
5165
  /**
5046
5166
  *
5047
5167
  * @summary close a Redis Pub/Sub polling session