检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
Deleting an ACL Account Function This API is used to delete a normal ACL account. Calling Method For details, see Calling APIs.
Deleting a Big Key Analysis Task Function This API is used to delete a big key analysis task. Calling Method For details, see Calling APIs.
Deleting a Hot Key Analysis Task Function This API is used to delete a hot key analysis task. Calling Method For details, see Calling APIs.
ACL account management Create, query, modify, and delete ACL accounts. IP whitelist Management APIs Configure and query IP whitelist groups of an instance. Background task management APIs Query and delete background tasks.
Pay-per-Use Resources If a pay-per-use DCS instance is no longer needed, delete it to stop billing.
To download or delete an analysis task, click Download or Delete on the right of the analysis task. To batch delete analysis tasks, select the tasks and click Delete above the list. Click the task ID to view the key analysis result.
You can click Delete to delete a record. Related Document To create, view, query, or delete an instance diagnosis task by calling an API, see Instance Diagnosis. Parent Topic: Diagnosing and Analyzing an Instance
To delete a whitelist: Click Delete on the whitelist page to delete a whitelist group. To disable a whitelist: Click Disable Whitelist in the left corner of the whitelist tab page.
To delete expired Redis keys, see How Does DCS Delete Expired Keys?. Parent Topic: Managing Lifecycle of an Instance
To perform the operations allowed by DCS FullAccess, delete DCS UserAccess first. Parent topic: Instance Creation and Permissions
You can store it on other storage media, such as SFS or other NoSQL databases, and delete the big key from Redis. CAUTION: Do not use the DEL command to delete big keys. Otherwise, Redis may be blocked or even a master/standby switchover may occur.
You can also click Download or Delete in the Operation column to download or delete the analysis result.
DELETE /v2/{project_id}/migration-tasks/delete √ X Listing migration tasks dcs:migrationTask:list GET /v2/{project_id}/migration-tasks √ X Querying details of a data migration task dcs:migrationTask:get GET /v2/{project_id}/migration-task/{task_id} √ X Diagnosing an instance dcs:
Delete a user Locate the row containing the normal user. Choose More > Delete in the Operation column. The default user cannot be deleted. Batch deleting users Select the normal users to be deleted and click Delete above the list. The default user cannot be deleted.
To delete a whitelist: Click Delete on the whitelist page to delete a whitelist group. To disable a whitelist: Click Disable Whitelist in the left corner of the whitelist tab page.
How Does DCS Delete Expired Keys? How Long Are Keys Stored? How Do I Set Key Expiration? Why Does Memory Usage Decrease After Big Key Analysis Is Performed on Redis?
To add and delete replicas, see Modifying DCS Instance Specifications. Parent topic: Redis Usage
Example Custom Policies Example 1: Grant permission to delete and restart DCS instances and clear data of an instance. { "Version": "1.1", "Statement": [ { "Effect": "Allow", "Action": [ " dcs:instance:delete
In the displayed Add/Edit Tag dialog box, delete the desired key, add the key again, enter a new tag value, and click Add. Delete a tag In the row that contains the desired tag, click Delete. In the displayed dialog box, click Yes.
In versions earlier than Redis 4.0: To delete big Hashes, use HSCAN + HDEL commands. To delete big Lists, use the LTRIM command. To delete big Sets, use SSCAN + SREM commands. To delete big Sorted Sets, use ZSCAN + ZREM commands.