@@ -587,7 +587,7 @@ extension RedisCommand {
587587 /// [ZRANGEBYSCORE](https://redis.io/commands/zrangebyscore)
588588 /// - Important: This treats the SortedSet as ordered from **low** to **high**.
589589 ///
590- /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)``.
590+ /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)-2vp67 ``.
591591 /// - Parameters:
592592 /// - key: The key of the SortedSet.
593593 /// - range: The inclusive range of scores to filter elements by.
@@ -611,7 +611,7 @@ extension RedisCommand {
611611 /// [ZRANGEBYSCORE](https://redis.io/commands/zrangebyscore)
612612 /// - Important: This treats the SortedSet as ordered from **low** to **high**.
613613 ///
614- /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)``.
614+ /// For the inverse, see ``zrevrangebyscore(from:withScores:limitBy:returning:)-3jdpl ``.
615615 /// - Parameters:
616616 /// - key: The key of the SortedSet.
617617 /// - range: A range with an inclusive lower and exclusive upper bound of scores to filter elements by.
@@ -891,7 +891,7 @@ extension RedisCommand {
891891 /// If you need such a range, use ``zrevrange(from:firstIndex:lastIndex:)`` instead.
892892 /// - Important: This treats the SortedSet as ordered from **high** to **low**.
893893 ///
894- /// For the inverse, see ``zrange(from:indices:returning:)``.
894+ /// For the inverse, see ``zrange(from:indices:returning:)-95y9o ``.
895895 /// - Parameters:
896896 /// - key: The key of the SortedSet to return elements from.
897897 /// - range: The range of inclusive indices of elements to get.
@@ -910,7 +910,7 @@ extension RedisCommand {
910910 /// If you need such a range, use ``zrevrange(from:firstIndex:lastIndex:)`` instead.
911911 /// - Important: This treats the SortedSet as ordered from **high** to **low**.
912912 ///
913- /// For the inverse, see ``zrange(from:indices:returning:)``.
913+ /// For the inverse, see ``zrange(from:indices:returning:)-4pd8n ``.
914914 /// - Parameters:
915915 /// - key: The key of the SortedSet to return elements from.
916916 /// - range: The range of indices (inclusive lower, exclusive upper) elements to get.
@@ -989,7 +989,7 @@ extension RedisCommand {
989989 /// [ZREVRANGEBYSCORE](https://redis.io/commands/zrevrangebyscore)
990990 /// - Important: This treats the SortedSet as ordered from **high** to **low**.
991991 ///
992- /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)``.
992+ /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)-phw ``.
993993 /// - Parameters:
994994 /// - key: The key of the SortedSet.
995995 /// - range: The inclusive range of scores to filter elements by.
@@ -1013,7 +1013,7 @@ extension RedisCommand {
10131013 /// [ZREVRANGEBYSCORE](https://redis.io/commands/zrevrangebyscore)
10141014 /// - Important: This treats the SortedSet as ordered from **high** to **low**.
10151015 ///
1016- /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)``.
1016+ /// For the inverse, see ``zrangebyscore(from:withScores:limitBy:returning:)-4ukbv ``.
10171017 /// - Parameters:
10181018 /// - key: The key of the SortedSet.
10191019 /// - range: A range with an inclusive lower and exclusive upper bound of scores to filter elements by.
0 commit comments