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 8e26687 commit 089b800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ CompletableFuture<Map<String, Double>> zinterWithScores(
* @return An <code>Array</code> of <code>Objects</code>. The first element is always the <code>
* cursor</code> for the next iteration of results. <code>0</code> will be the <code>cursor
* </code> returned on the last iteration of the set. The second element is always an <code>
* Array</code> of the subset of the set held in <code>key</code>. The array in the second
* Array</code> of the subset of the sorted set held in <code>key</code>. The array in the second
* element is always a flattened series of String pairs, where the value is at even indices
* and the score is at odd indices.
* @example
Expand Down

0 comments on commit 089b800

Please sign in to comment.