Skip to content

Commit

Permalink
add a comment of type
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 25, 2024
1 parent b5ee3ec commit e62c7ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -465,10 +465,10 @@ CompletableFuture<Boolean> pexpireAt(
* "none" string is returned.
* @example
* <pre>{@code
* String type = client.type("StringKey").get();
* String type = client.type(gs("StringKey")).get();
* assert type.equals("string");
*
* type = client.type("ListKey").get();
* type = client.type(gs("ListKey")).get();
* assert type.equals("list");
* }</pre>
*/
Expand Down

0 comments on commit e62c7ed

Please sign in to comment.