Skip to content

Commit

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

Co-authored-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
jduo and acarbonetto authored Jun 29, 2024
1 parent cc997bb commit 8e26687
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ CompletableFuture<Map<String, Double>> zinterWithScores(
* Iterates incrementally over a sorted set.
*
* @see <a href="https://valkey.io/commands/zscan">valkey.io</a> for details.
* @param key The key of the set.
* @param key The key of the sorted set.
* @param cursor The cursor that points to the next iteration of results. A value of 0 indicates
* the start of the search.
* @return An <code>Array</code> of <code>Objects</code>. The first element is always the <code>
Expand Down

0 comments on commit 8e26687

Please sign in to comment.