Skip to content

Commit

Permalink
redis 7.2-RC
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Jun 30, 2023
1 parent 1ce7d45 commit 3c456a9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public class ScanRdbGenerator {
VERSIONS.put("6.0", 9);
VERSIONS.put("6.2", 9);
VERSIONS.put("7.0", 10);
VERSIONS.put("7.2", 11);
}

public ScanRdbGenerator(String host, int port, Configuration configuration, OutputStream out) {
Expand Down

0 comments on commit 3c456a9

Please sign in to comment.