Skip to content

Commit

Permalink
changed OK
Browse files Browse the repository at this point in the history
Signed-off-by: Chloe <[email protected]>
  • Loading branch information
cyip10 committed Nov 26, 2024
1 parent 0dedde5 commit d0b0fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void appLogic(GlideClusterClient client)
FTCreateOptions.builder()
.dataType(DataType.HASH)
.prefixes(new String[] {prefix})
.build()); // ok
.build()); // "OK"

CompletableFuture<Long> hsetResponse =
client.hset(
Expand Down

0 comments on commit d0b0fd1

Please sign in to comment.