检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
包年/包月DCS缓存实例的计费周期是根据您购买的时长来确定的(以GMT+8时间为准)。一个计费周期的起点是您开通或续费资源的时间(精确到秒),终点则是到期日的23:59:59。 例如,如果您在2023/03/08 15:50:04购买了一个时长为一个月的DCS缓存实例,那么其计费周期为:2023/03/08
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
检查源Redis、目标Redis、迁移任务所需虚拟机是否在同一个VPC,如果是同一个VPC,则检查安全组(Redis 3.0/Redis 6.0企业版实例)或白名单(Redis 4.0/5.0/6.0基础版实例)是否放通端口和IP,确保网络是连通的;如果不在同一个VPC,则需要建立VPC对等连接,打通网络。
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
10:09:06购买了一个按需计费缓存实例(规格:基础版 | Redis 5.0 | 主备 | X86 | 2副本 | 128 MB),并在2023/07/13 12:53:16时刻将其删除。 流水账单 按需计费缓存实例按秒计费,每一个小时整点结算一次费用,您可以在流水账单中核对每一个计费周期的信息是否和实际相符,具体如表1所示。
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
restore_record_response参数说明 参数 类型 说明 status String 恢复状态。 waiting:等待中 restoring:恢复中 succeed:恢复成功 failed:恢复失败 progress String 恢复进度。 restore_id String 恢复记录ID。
- √ X 开启或关闭公网域名解析 dcs:publicdomainname:update - √ √ 删除参数模板 dcs:template:delete - √ X 释放历史域名解析 dcs:histroydomainname:release - √ √ 分析实例的大key或者热key
缓存实例状态说明 表1 缓存实例状态说明 状态 说明 CREATING 申请缓存实例后,在缓存实例状态进入运行中之前的状态。 CREATEFAILED 缓存实例处于创建失败的状态。 RUNNING 缓存实例正常运行状态。 在这个状态的实例可以运行您的业务。 ERROR 缓存实例处于故障的状态。
public static void main(String[] args) { // The AK and SK used for authentication are hard-coded or stored in plaintext, which has great
首次扫描时间 设定的第一次扫描时间,须设定在当前时间之后。 取值格式:YYYY/MM/DD hh:mm:ss 扫描间隔 从首次扫描时间开始,每隔一个时间间隔,便启动一次扫描。 如果到达启动时刻,上一次扫描还未结束,则本次轮空。 启动扫描的时间有五分钟冗余量,即超过本次启动时刻,不足五分钟,仍然会启动,不至于轮空。
无此限制。 副本数 配置实例副本数。副本指缓存实例的节点。副本数为1表示实例没有备节点,副本数为2表示实例有备节点(一个主节点,一个备节点),副本数为3即实例有一个主节点,2个备节点。 不同版本和实例类型,支持的副本数范围不同,请以控制台显示为准。单机实例不支持设置“副本数”。 规格选择模式
5000个,则被定义为大Key。 热Key通常指当一个Key的访问频率或资源占用显著高于其他Key时,则称之为热Key。例如: 某个集群实例一个分片每秒处理10000次请求,其中有3000次都是操作同一个Key。 某个集群实例一个分片的总带宽使用(入带宽+出带宽)为100Mbit
机制旨在防止阻塞Redis主进程太久而造成业务阻塞,所以会造成已过期的Key释放内存速度较慢。 解决方案 配置一个定时的热key扫描,具体操作可参考热key扫描或写一个用scan命令扫描全局key的定时任务把key全部遍历一遍,触发已过期的key从内存中删除。 通过自行配置定时任
Cluster集群实例支持内置key且跨slot的Lua脚本: 内置key:将Key写入lua脚本中,不作为参数传入。 跨slot:Lua脚本中涉及的所有slot属于一个分片。 问题现象 源实例是Cluster集群,且使用了内置key且跨slot的Lua脚本,迁移到DCS集群实例中时,可能会导致在线/备份导入迁移失败。