Skip to content

Commit

Permalink
remove texts
Browse files Browse the repository at this point in the history
  • Loading branch information
cyip10 committed Jun 28, 2024
1 parent b2def19 commit 54a16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public class Main {
.build();

try {
RedisClient client = RedisClient.CreateClient(config).get();
Glide client = GlideClient.CreateClient(config).get();

// TODO wait for this PR to get merged https://github.com/aws/glide-for-redis/pull/1663/ for PING to work.
System.out.println("PING: " + client.ping(gs("PING")).get());
Expand Down

0 comments on commit 54a16ea

Please sign in to comment.