DATAREDIS-1070 - Fix link to command documentation on ZSetOperations.reverseRangeByScore.

Original pull request: #502.
This commit is contained in:
wqlm
2019-11-19 13:40:17 +08:00
committed by Mark Paluch
parent bcc91f6b43
commit 6007cdb648

View File

@@ -225,7 +225,7 @@ public interface ZSetOperations<K, V> {
* @param min
* @param max
* @return {@literal null} when used in pipeline / transaction.
* @see <a href="https://redis.io/commands/zrevrange">Redis Documentation: ZREVRANGE</a>
* @see <a href="https://redis.io/commands/zrevrangebyscore">Redis Documentation: ZREVRANGEBYSCORE</a>
*/
@Nullable
Set<V> reverseRangeByScore(K key, double min, double max);