Skip to content

Commit 80dbf5a

Browse files
author
chenby
committed
redis 8.0
1 parent 99e9e69 commit 80dbf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/moilioncircle/redis/replicator/rdb/dump/DumpRdbValueVisitor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ public <T> T applyListQuickList2(RedisInputStream in, int version) throws IOExce
562562
}
563563

564564
@Override
565-
public <T> T applyHashMetadata(RedisInputStream in, int version) throws IOException{
565+
public <T> T applyHashMetadata(RedisInputStream in, int version) throws IOException {
566566
if (this.version != -1 && this.version < 12 /* since redis rdb version 12 */) {
567567
// downgrade to RDB_TYPE_HASH
568568
BaseRdbParser parser = new BaseRdbParser(in);

0 commit comments

Comments
 (0)