summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zrevrange.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zrevrange.md')
-rw-r--r--iredis/data/commands/zrevrange.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/iredis/data/commands/zrevrange.md b/iredis/data/commands/zrevrange.md
index c9f6c4d..a7a667c 100644
--- a/iredis/data/commands/zrevrange.md
+++ b/iredis/data/commands/zrevrange.md
@@ -4,6 +4,9 @@ Descending lexicographical order is used for elements with equal score.
Apart from the reversed ordering, `ZREVRANGE` is similar to `ZRANGE`.
+As per Redis 6.2.0, this command is considered deprecated. Please prefer using
+the `ZRANGE` command with the `REV` argument in new code.
+
@return
@array-reply: list of elements in the specified range (optionally with their