1 个仓库
Using Lua scripts to modify the structure of commands and keys during database migration.
Distinct from Lua-Based Data Transformations: Distinct from the parent's focus on time series analysis, this focuses on rewriting operational commands and key prefixes.
Explore 1 awesome GitHub repository matching data & databases · Command and Key Rewriting. Refine with filters or upvote what's useful.
RedisShake 是一个用于 Redis 和 Valkey 实例的迁移与同步工具。它促进了独立部署、哨兵模式和集群部署之间的数据传输,充当跨版本数据库迁移器以及从备份文件恢复数据的实用程序。 该项目提供了一个可编程的数据转换流水线,允许在传输过程中过滤键、重映射数据库索引以及执行 Lua 脚本来修改命令和键。它通过实时复制快照和流式传输增量更改,支持零停机同步。 该工具涵盖了多种提取方法,包括基于复制的迁移、基于扫描的迁移和备份文件恢复。它包括集群节点发现、哨兵主节点解析和版本兼容性验证功能,以确保跨版本传输过程中的稳定性。
Executes custom Lua logic to rewrite commands, split multi-key operations, or modify key prefixes before writing to the destination.