Skip to content

Commit

Permalink
Align Java client names with other wrappers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nihohit authored and barshaul committed Mar 25, 2024
1 parent 09303ef commit de3689b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ public void closeConnection() {

@Override
public String getName() {
return "Glide Async";
return "glide";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void closeConnection() {

@Override
public String getName() {
return "Jedis";
return "jedis";
}

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ public void closeConnection() {

@Override
public String getName() {
return "Lettuce Async";
return "lettuce";
}
}

0 comments on commit de3689b

Please sign in to comment.