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 ec1332c commit 6aabba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ CompletableFuture<Double> zaddIncr(
* @param members - A list of members to remove from the sorted set.
* @returns The number of members that were removed from the sorted set, not including
* non-existing members. If <code>key</code> does not exist, it is treated as an empty sorted set, and
* this command returns 0. If `key` holds a value that is not a sorted set, an error is
* this command returns <code>0</code>. If <code>key</code> holds a value that is not a sorted set, an error is
* returned.
*/
CompletableFuture<Long> zrem(String key, String[] members);
Expand Down

0 comments on commit 6aabba3

Please sign in to comment.