Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Use module identifier instead of constant.

Closes #2762
  • Loading branch information
junghoon-vans authored and mp911de committed Nov 6, 2023
1 parent f97bd87 commit 22a465a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public String getModuleName() {

@Override
protected String getModulePrefix() {
return "redis";
return this.getModuleIdentifier();
}

@Override
Expand Down

0 comments on commit 22a465a

Please sign in to comment.