redis大key分析
# Redis 大key 分析
wget https://github.com/xueqiu/rdr/releases/download/v0.0.1/rdr-linux
如果 redis 的 .aof 文件很大,没有落盘,在各节点上 使用 BGSAVE 持久化
在使用 nc 命令将 其他节点的 .rdb文件 传输到一个节点
./rdr-linux show -p 8090 /opt/redisfile/*.rdb &
通过网页 访问
参考:https://github.com/xueqiu/rdr
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
上次更新: 12/20/2024
- 01
- Logstash迁移ES数据12-11
- 02
- Elastichsearch使用wildcard字段模糊匹配12-07