@@ -587,7 +587,7 @@ extension RedisCommand {
587
587
/// [ZRANGEBYSCORE](https://redis.io/commands/zrangebyscore)
588
588
/// - Important: This treats the SortedSet as ordered from **low** to **high**.
589
589
///
590
- /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)``.
590
+ /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)-2vp67 ``.
591
591
/// - Parameters:
592
592
/// - key: The key of the SortedSet.
593
593
/// - range: The inclusive range of scores to filter elements by.
@@ -611,7 +611,7 @@ extension RedisCommand {
611
611
/// [ZRANGEBYSCORE](https://redis.io/commands/zrangebyscore)
612
612
/// - Important: This treats the SortedSet as ordered from **low** to **high**.
613
613
///
614
- /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)``.
614
+ /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)-3jdpl ``.
615
615
/// - Parameters:
616
616
/// - key: The key of the SortedSet.
617
617
/// - range: A range with an inclusive lower and exclusive upper bound of scores to filter elements by.
@@ -891,7 +891,7 @@ extension RedisCommand {
891
891
/// If you need such a range, use ``zrevrange(from:firstIndex:lastIndex:)`` instead.
892
892
/// - Important: This treats the SortedSet as ordered from **high** to **low**.
893
893
///
894
- /// For the inverse, see ``zrange(from:indices:returning:)``.
894
+ /// For the inverse, see ``zrange(from:indices:returning:)-95y9o ``.
895
895
/// - Parameters:
896
896
/// - key: The key of the SortedSet to return elements from.
897
897
/// - range: The range of inclusive indices of elements to get.
@@ -910,7 +910,7 @@ extension RedisCommand {
910
910
/// If you need such a range, use ``zrevrange(from:firstIndex:lastIndex:)`` instead.
911
911
/// - Important: This treats the SortedSet as ordered from **high** to **low**.
912
912
///
913
- /// For the inverse, see ``zrange(from:indices:returning:)``.
913
+ /// For the inverse, see ``zrange(from:indices:returning:)-4pd8n ``.
914
914
/// - Parameters:
915
915
/// - key: The key of the SortedSet to return elements from.
916
916
/// - range: The range of indices (inclusive lower, exclusive upper) elements to get.
@@ -989,7 +989,7 @@ extension RedisCommand {
989
989
/// [ZREVRANGEBYSCORE](https://redis.io/commands/zrevrangebyscore)
990
990
/// - Important: This treats the SortedSet as ordered from **high** to **low**.
991
991
///
992
- /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)``.
992
+ /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)-phw ``.
993
993
/// - Parameters:
994
994
/// - key: The key of the SortedSet.
995
995
/// - range: The inclusive range of scores to filter elements by.
@@ -1013,7 +1013,7 @@ extension RedisCommand {
1013
1013
/// [ZREVRANGEBYSCORE](https://redis.io/commands/zrevrangebyscore)
1014
1014
/// - Important: This treats the SortedSet as ordered from **high** to **low**.
1015
1015
///
1016
- /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)``.
1016
+ /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)-4ukbv ``.
1017
1017
/// - Parameters:
1018
1018
/// - key: The key of the SortedSet.
1019
1019
/// - range: A range with an inclusive lower and exclusive upper bound of scores to filter elements by.
0 commit comments