1 个仓库
Mechanisms to block or allow specific database commands during data transit.
Distinct from Grouped Filters: The candidates focus on CLI groupings or text manipulation, whereas this is about filtering database operation commands during migration.
Explore 1 awesome GitHub repository matching data & databases · Command Filtering. Refine with filters or upvote what's useful.
RedisShake 是一个用于 Redis 和 Valkey 实例的迁移与同步工具。它促进了独立部署、哨兵模式和集群部署之间的数据传输,充当跨版本数据库迁移器以及从备份文件恢复数据的实用程序。 该项目提供了一个可编程的数据转换流水线,允许在传输过程中过滤键、重映射数据库索引以及执行 Lua 脚本来修改命令和键。它通过实时复制快照和流式传输增量更改,支持零停机同步。 该工具涵盖了多种提取方法,包括基于复制的迁移、基于扫描的迁移和备份文件恢复。它包括集群节点发现、哨兵主节点解析和版本兼容性验证功能,以确保跨版本传输过程中的稳定性。
Provides the ability to block specific commands or groups to prevent incompatible operations from reaching the target instance.