检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
错误信息。 error_code String 错误码。 error_ext_msg String 扩展错误信息。 请求示例 POST https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/clients/kill
String 扩展错误信息(暂未使用,赋值为null)。 请求示例 创建实例诊断任务,设置诊断的起止时间和需要诊断的节点IP。 POST https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/diagnosis
error_code String 错误码 error_ext_msg String 扩展错误信息(暂未使用,赋值为null) 请求示例 GET https://{dcs_endpoint}/v2/{project_id}/config-templates/{template_id}?type=user
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 POST https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/{tenant_id}/migration-task/{task_id}/logs?offse
error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 创建ACL只读权限账号,账号名为user。 POST https:///{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/accounts
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 PUT https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/accounts/{
错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 批量停止数据迁移任务。 POST https://{dcs_endpoint}/v2/{project_id}/migration-task/batch-stop { "migration_tasks"
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 PUT https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/accounts/{
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 POST https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/backups?of
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 PUT https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/scan-expir
node_port String 节点的端口。 node_id String 节点ID。 priority_weight Integer 节点主备切换优先级权重。 is_access Boolean 节点的IP是否可直接访问。 group_id String 分片ID。 group_name
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 POST https://{dcs_endpoint}/v2/{project_id}/instances/export { "included_instances"
的时候,会fork一个进程,过大的内存会导致卡顿 具备降级或容灾措施 缓存访问失败时,具备降级措施,从DB获取数据;或者具备容灾措施,自动切换到另一个Redis使用。 - 数据设计规范 分类 原则 原则说明 备注 Key相关规范 使用统一的命名规范。 一般使用业务名(或数据库名)
mkdir redis && cd redis 执行以下命令下载Redis客户端。此处以下载5.0.13版本的客户端为例。 wget https://download.redis.io/releases/redis-5.0.13.tar.gz 解压Redis,进入Redis目录,执行编译命令后返回redis目录。