检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
使用三台ECS并发测试,测试工具为memtier_benchmark 测试命令 memtier_benchmark --ratio=(1:0 and 0:1)-s {IP} -n {nreqs} -c {connect_number} -t 4 -d {datasize} 参数参考值:-c {connect_number}:1000,-n
Redis执行大Key分析后内存使用率降低的原因 Redis执行大Key分析,只会查询占用空间过大的Key,并不会删除Key。如果Redis执行大Key分析后内存使用率降低,可能是因为原Redis中存在较多过期Key,因为过期Key的惰性删除机制,Key过期后如果未被访问和识别到
云审计服务(Cloud Trace Service,CTS),是华为云安全解决方案中专业的日志审计服务,提供对各种云资源操作记录的收集、存储和查询功能,可用于支撑安全分析、合规审计、资源跟踪和问题定位等常见应用场景。 用户开通云审计服务并创建和配置追踪器后,CTS可记录DCS的管理事件和数据事件用于审计。
DCS对于实现多DB存在一定的约束,建议针对客户业务进行评估: 使用约束: swapdb不支持多DB。 info keyspace不支持多DB展示。 需要查询每个DB的key总数,可以使用自定义dbstats命令。命令执行数据节点上会有CPU冲高。 LUA脚本中不支持多DB。 RANDOMKEY命令不支持。
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
缓存分析 查询过期Key扫描记录 立刻扫描过期Key 创建大key分析任务 查询大key分析任务列表 查询大key分析详情 删除大key分析记录 设置大key自动分析配置 查询大key自动分析配置 创建热key分析任务 查询热key分析任务列表 查询热key分析详情 删除热key分析任务
server 64bit 测试工具 使用单台ECS测试,测试工具为redis-benchmark 测试命令 redis-benchmark -h {IP} -p {Port} -a {password} -n {nreqs} -r {randomkeys} -c {connection} -d
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
great security risks. It is recommended that the AK and SK be stored in ciphertext in configuration files or environment variables and decrypted
其他接口 查询产品规格 查询维护时间窗时间段 查询租户配额 查询单个主维度下子维度监控对象列表 查询主维度信息列表 查询可用区信息 执行web-cli命令 登出WebCli 登录WebCli 父主题: API V2(推荐)
其他接口 查询产品规格列表 查询租户的试用权限 查询租户配额 查询维护时间窗时间段 查询可用区信息 父主题: 历史API
y丢失一般有这几种情况:1、key过期;2、key被逐出;3、key被删除。 按照顺序进行排查: 查看key是否过期。 查看监控,分析是否会触发键逐出机制。 去服务端分析info查看是否有删除key的操作。 父主题: Redis使用
企业版存储型可选择8GB-32GB内存容量,最大存储容量(SSD磁盘容量)可达256GB 更多企业版高性能型和存储型的差异请参考表2。 数据安全 支持细粒度授权和IP白名单 除单机实例外,均支持持久化和数据备份 支持跨AZ容灾 支持异常自动切换 支持一键在线扩容和变更缓存类型 支持细粒度授权和安全组配置
后台任务管理 查询后台任务列表 删除后台任务 查询后台任务详细信息 查询租户Job执行结果 查询任务中心任务列表 删除任务中心任务 提交前置检查任务 查询实例列表导出任务详情 父主题: API V2(推荐)
业务希望的Redis并发量。 客户端执行命令时间。 Redis资源,例如Redis分片数。 maxTotal不能超过Redis的最大连接数(查看Redis的最大连接数请参考查看或修改实例最大连接数)。 资源开销,例如虽然希望控制空闲连接,但又不希望因为连接池中频繁地释放和创建连接造成不必要的开销。