redis-replicator icon indicating copy to clipboard operation
redis-replicator copied to clipboard

Redis replication tool. support sync, psync, psync2. can parse rdb, aof, mixed rdb and aof files. support redis-7.2

Results 9 redis-replicator issues
Sort by recently updated
recently updated
newest added

前辈您好,最近在学习您写的这个轮子. 请问ReplyPraser.prase()中的代码(那个大while循环),就是将Redis发送过来的命令转换成具体的byte[][]格式的代码,有没有相关协议的参考资料。 想把这一块弄清楚一点,但是网上找不到Redis命令传播阶段发送的内容是以什么格式编排的,如果可以的话希望您可以指点一下,万分感谢!!!

If you are using `Redis-replicator` . Please reply this issue with following format : These informations will add to `README` Company : your company Company link(if have) : www.your-company.com

help wanted

Bumps [jedis](https://github.com/redis/jedis) from 4.3.1 to 4.4.2. Release notes Sourced from jedis's releases. 4.4.2 Changes 🚀 New Features New in Redis 7.2: Add support for the new CLUSTER MYSHARDID command (#3423)...

dependencies

Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.4.0. Release notes Sourced from build-helper-maven-plugin's releases. 3.4.0 Changes 🚀 New features and improvements Get rid of ArtifactRepository - ${localRepository} (#179) @​slawekjaranowski Added a property...

dependencies

Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.10. Release notes Sourced from jacoco-maven-plugin's releases. 0.8.10 Fixed bugs Agent should not require configuration of permissions for SecurityManager outside of its codeBase (GitHub #1425)....

dependencies

Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.3.0 to 3.3.1. Release notes Sourced from maven-resources-plugin's releases. 3.3.1 [MRESOURCES-288] - Make tests-jar reproducible (#56) @​cstamas [MRESOURCES-297] - Update to parent POM 39, reformat (#55) @​cstamas...

dependencies

Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.6 to 2.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.slf4j:slf4j-api&package-manager=maven&previous-version=2.0.6&new-version=2.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

# Support getting the raw Redis command ### Description - I'm developing a **Redis Real-time Backup** using `PSYNC`. Simply like this: ![image](https://github.com/leonchen83/redis-replicator/assets/48039235/8c29e94b-c0c7-4afe-ae28-83d635b329dc) - But I realize there is no way...