leonchen83 / redis-replicator

Redis replication tool. support sync, psync, psync2. can parse rdb, aof, mixed rdb and aof files. support redis-7.2
Apache License 2.0
970 stars 273 forks source link

HSet命令需要支持多对field-value #38

Closed maplestoria closed 4 years ago

maplestoria commented 4 years ago

Redis官网的描述捕获


HSetCommand.java中:

捕获2

leonchen83 commented 4 years ago

will fix at version 3.4.2

leonchen83 commented 4 years ago

@maplestoria Fixed

<dependency>
  <groupId>com.moilioncircle</groupId>
  <artifactId>redis-replicator</artifactId>
  <version>3.4.2</version>
</dependency>
maplestoria commented 4 years ago

thanks