Skip to content

Commit 54a16ea

Browse files
committed
remove texts
1 parent b2def19 commit 54a16ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public class Main {
145145
.build();
146146

147147
try {
148-
RedisClient client = RedisClient.CreateClient(config).get();
148+
Glide client = GlideClient.CreateClient(config).get();
149149

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

0 commit comments

Comments
 (0)