bug-superman
6e511109ec
Support PITR ( #661 )
...
在RedisShake的sync模块中增加了aof恢复数据的功能(增加了aof_reader),提供两个功能:
1、支持将任意合法的AOF(redis 7.0之前的single AOF和redis 7.0之后的multi part AOF)回放到目标redis
2、对于redis 7.0之后产生的AOF,如果AOF中具有timestamp annotation,则在回放时支持按时间点过滤能力
1 year ago
ywxc1997
16d2f72688
Add support for specified DB scans
1 year ago
suxb201
001c33680a
feature: Enhance scanReader for large key and restore with replace parameter #630
1 year ago
suxb201
992e593e6e
bugfix: Fixed testing issues
1 year ago
suxb201
55e3c2c314
bugfix: Correct sentinel information error in sentinel mode #656
1 year ago
suxb201
d9d431158c
bugfix: Fixed minor issues
1 year ago
suxb201
96f9724428
feature: Support AWS sync mode
1 year ago
suxb201
037dbe373a
feature: Add keyspace notifications support to scan_reader
1 year ago
suxb201
eac40bd0fa
docs: Update documentation and configuration files
1 year ago
suxb201
4262d728bd
feature: Released RedisShake 4.0 version
1 year ago
suxb201
865937d3b3
do not send "select" in cluster mode
2 years ago
moluzhui
e473acf11f
fix: fix a bug that faild to synchronize using scan mode when source … ( #547 )
...
* fix: fix a bug that faild to synchronize using scan mode when source is cluster mode
Add type determination for source redis server in scan mode.
When server is in cluster mode, only scan db 0.
* docs: update README
Co-authored-by: root <root@10.86.40.217>
2 years ago
suxb201
3eb22dcf2b
feature: scan mode ( #510 )
...
* bugfix: calc aof sync ops wrong
* feature: scan mode
* bugfix: close theWriter before exit
* fix sync log msg
2 years ago
suxb201
3e33a3cf69
fix stat for issue 485
2 years ago
suxb201
3c33aae55f
add is_doing_bgsave metrics item
2 years ago
suxb201
83b84739d3
add http metrics
2 years ago
suxb201
5a9d7b97f4
support ElastiCache psync
2 years ago
suxb201
5b30e7bd1f
support restore mode
2 years ago
suxb201
7453e4fb07
support ACL auth
2 years ago
suxb201
efad9c069d
bugfix: read too much data when receiving rdb
2 years ago
suxb201
5624e96f1e
remove unused aof file
2 years ago
suxb201
0b1852b6fb
remove unused error check
2 years ago
suxb201
544883423b
performance improvements
2 years ago
suxb201
8983c2e8cc
add file handle Close()
2 years ago
suxb201
b5fcbecd42
send ACK to master from time to time
2 years ago
suxb201
011854100c
redis-shake v3.0.0
2 years ago