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 eb38691 commit 9a78f79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CompletableFuture<Long> zadd(
* @param options - The Zadd options.
* @returns The score of the member.
* If there was a conflict with the options, the operation aborts and <code>null</code> is returned.
* If `key` holds a value that is not a sorted set, an error is returned.
* If <code>key</code> holds a value that is not a sorted set, an error is returned.
*
* @example
* <p><code>
Expand Down

0 comments on commit 9a78f79

Please sign in to comment.