summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zrevrangebyscore.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zrevrangebyscore.md')
-rw-r--r--iredis/data/commands/zrevrangebyscore.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/iredis/data/commands/zrevrangebyscore.md b/iredis/data/commands/zrevrangebyscore.md
index c16d8b4..d41652c 100644
--- a/iredis/data/commands/zrevrangebyscore.md
+++ b/iredis/data/commands/zrevrangebyscore.md
@@ -9,6 +9,9 @@ order.
Apart from the reversed ordering, `ZREVRANGEBYSCORE` is similar to
`ZRANGEBYSCORE`.
+As per Redis 6.2.0, this command is considered deprecated. Please prefer using
+the `ZRANGE` command with the `BYSCORE` and `REV` arguments in new code.
+
@return
@array-reply: list of elements in the specified score range (optionally with