Skip to content

Commit

Permalink
Revert unrelated changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Apr 10, 2024
1 parent 00a2110 commit f930c2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ CompletableFuture<Map<String, Double>> zrangeWithScores(
CompletableFuture<Long> zrank(String key, String member);

/**
* Returns the rank of <code>member</code> in the sorted set stored at <code>key</code> with its
* Returns the rank of <code>member</code> in the sorted set stored at <code>key</code> with it's
* score, where scores are ordered from the lowest to highest.
*
* @see <a href="https://redis.io/commands/zrank/">redis.io</a> for more details.
Expand Down

0 comments on commit f930c2b

Please sign in to comment.