检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
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)。 请求示例 DELETE https://{dcs_endpoint}/v2/a4d31cb6-3d72-4fdc-8ec9-6e3a41e47f71/instances/
error_code String 错误码。 error_ext_msg String 扩展错误信(暂未使用,赋值为null)。 请求示例 DELETE 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}/config-templates?type=sys&engine=R
error_ext_msg String 扩展错误信息(暂未使用,赋值为null) 请求示例 创建一个Redis5.0单机实例的自定义模板。 POST https://{dcs_endpoint}/v2/{project_id}/config-templates { "name" : "Test"
错误码。 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)。 请求示例 POST 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/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 扩展错误信息(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/{tenant_id}/migration-task/{task_id}/logs?offse
error_code String 错误码 error_ext_msg String 扩展错误信息(暂未使用,赋值为null) 请求示例 GET https://{dcs_endpoint}/v2/{project_id}/config-templates/{template_id}?type=user
安装gcc、make和hiredis。 如果系统没有自带编译环境,可以使用yum方式安装。 yum install gcc make 下载并解压hiredis。 wget https://github.com/redis/hiredis/archive/master.zip unzip master.zip 进入到解压目录后编译安装。
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/{project_id}/instances-logical-nodes?offset={offset}&limit={limit}
错误信息。 error_code String 错误码。 error_ext_msg String 扩展错误信息。 请求示例 GET https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/clients?no
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}/scan-expir
error_code String 错误码。 error_ext_msg String 扩展错误信息(暂未使用,赋值为null)。 请求示例 GET https://{dcs_endpoint}/v2/{project_id}/instances/{instance_id}/logical-nodes
Memcached单个缓存对象的value值不能超过1M。超过1M的场景,建议使用Redis。 Key的长度大于250字符 如确需使用Memcached,可将key先进行md5,得到散列值,然后存储key对应的散列值。 业务需要保证数据高可靠 开源Memcached不支持持久化数据,无法存副本、备份以及数据迁移。