We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2def19 commit 54a16eaCopy full SHA for 54a16ea
java/README.md
@@ -145,7 +145,7 @@ public class Main {
145
.build();
146
147
try {
148
- RedisClient client = RedisClient.CreateClient(config).get();
+ Glide client = GlideClient.CreateClient(config).get();
149
150
// TODO wait for this PR to get merged https://github.com/aws/glide-for-redis/pull/1663/ for PING to work.
151
System.out.println("PING: " + client.ping(gs("PING")).get());
0 commit comments