Skip to content

Commit

Permalink
Update java/client/src/main/java/glide/api/commands/SortedSetCommands…
Browse files Browse the repository at this point in the history
….java

Co-authored-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
jonathanl-bq and acarbonetto authored Feb 17, 2024
1 parent 6aabba3 commit fff23b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ CompletableFuture<Double> zaddIncr(
CompletableFuture<Long> zrem(String key, String[] members);

/**
* Returns the cardinality (number of elements) of the sorted set stored at `key`.
* Returns the cardinality (number of elements) of the sorted set stored at <code>key</code>.
*
* @see <a href="https://redis.io/commands/zcard/">redis.io</a> for more details.
* @param key - The key of the sorted set.
Expand Down

0 comments on commit fff23b0

Please sign in to comment.