Skip to content

Commit

Permalink
address comment 2
Browse files Browse the repository at this point in the history
Signed-off-by: James Xin <james.xin@improving.com>
  • Loading branch information
jamesx-improving committed Oct 24, 2024
1 parent e2f7827 commit 63ca3bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1216,7 +1216,7 @@ public static CompletableFuture<Object> toggle(
}

/**
* Retrieve the JSON document stored at <code>key</code>. The returning result is in the Valkey or Redis OSS Serialization Protocol (RESP).
* Retrieves the JSON document stored at <code>key</code>. The returning result is in the Valkey or Redis OSS Serialization Protocol (RESP).
*
* @param client The Valkey GLIDE client to execute the command.
* @param key The <code>key</code> of the JSON document.
Expand Down Expand Up @@ -1244,7 +1244,7 @@ public static CompletableFuture<Object> resp(@NonNull BaseClient client, @NonNul
}

/**
* Retrieve the JSON document stored at <code>key</code>. The returning result is in the Valkey or Redis OSS Serialization Protocol (RESP).
* Retrieves the JSON document stored at <code>key</code>. The returning result is in the Valkey or Redis OSS Serialization Protocol (RESP).
*
* @param client The Valkey GLIDE client to execute the command.
* @param key The <code>key</code> of the JSON document.
Expand Down

0 comments on commit 63ca3bd

Please sign in to comment.