summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zrevrangebyscore.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:34:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:34:44 +0000
commit02a04a2335701bfc8d6a1087338f58e9f37ceb52 (patch)
tree92c2c729cfdaaa3942a251357ff100e28a8b8624 /iredis/data/commands/zrevrangebyscore.md
parentAdding upstream version 1.9.1. (diff)
downloadiredis-d84b6028897a2426f61d09b27710dc8a7965f9e0.tar.xz
iredis-d84b6028897a2426f61d09b27710dc8a7965f9e0.zip
Adding upstream version 1.9.4.upstream/1.9.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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