-
Notifications
You must be signed in to change notification settings - Fork 755
Description
问题描述(Issue Description)
请在这里简要描述你遇到的问题。
用rdb模式, config里rdb_restore_command_behavior设置了panic,但是redisshake遇到重复key并没有停止,反而全部重写了。log set成debug以后,所有command都是用set或者zset放进去的,不是restore。请问问题在哪?config:
[rdb_reader]
filepath = "/home/test.rdb"
[redis_writer]
cluster = true
address = "127.0.0.1:7000"
username = ""
password = ""
tls = false
off_reply = false
[filter]
allow_keys = []
allow_key_prefix = []
allow_key_suffix = []
allow_key_regex = []
[advanced]
stop on BUSYKEY (“Target key name is busy”)
rdb_restore_command_behavior = "panic"
you can keep your other advanced knobs here too, e.g.:
pipeline_count_limit = 10
target_redis_max_qps = 1000
log
log_file = "shake.log"
log_level = "debug"
log_interval = 3
log_rotation = true
log_max_size = 512
log_max_age = 7
log_max_backups = 3
log_compress = true
Please provide a brief description of the issue you encountered.
环境信息(Environment)
- RedisShake 版本(RedisShake Version):4.4.1
- Redis 源端版本(Redis Source Version):5.0.1 rdb
- Redis 目的端版本(Redis Destination Version):5.0.1 redis
- Redis 部署方式(standalone/cluster/sentinel):cluster
- 是否在云服务商实例上部署(Deployed on Cloud Provider):no
日志信息(Logs)
如果有错误日志或其他相关日志,请在这里提供。
2025-11-02 01:28:47 DBG skip command: hset mp:ip:iids:44957265:125221864 3 414066868
2025-11-02 01:28:47 DBG [writer_192.168.30.7_7000] receive reply. reply=[OK], cmd=[set 3dab:v1:msid:ios:186128345 -1]
2025-11-02 01:28:47 DBG [writer_192.168.30.7_7000] receive reply. reply=[OK], cmd=[set 3dab:v1:msid:and:15575490 -1]
2025-11-02 01:28:47 DBG skip command: hset mp:ip:iids:44957265:125221864 4 414066893
2025-11-02 01:28:47 DBG skip command: hset mp:ip:iids:44957265:125221864 5 414066929
2025-11-02 01:28:47 DBG skip command: hset mp:ip:iids:44957265:125221864 6 414066959
If there are any error logs or other relevant logs, please provide them here.
其他信息(Additional Information)
请提供任何其他相关的信息,如配置文件、错误信息或截图等。
Please provide any additional information, such as configuration files, error messages, or screenshots.