summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zremrangebyscore.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zremrangebyscore.md')
-rw-r--r--iredis/data/commands/zremrangebyscore.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/iredis/data/commands/zremrangebyscore.md b/iredis/data/commands/zremrangebyscore.md
index 3665bd0..fdf9a98 100644
--- a/iredis/data/commands/zremrangebyscore.md
+++ b/iredis/data/commands/zremrangebyscore.md
@@ -1,9 +1,6 @@
Removes all elements in the sorted set stored at `key` with a score between
`min` and `max` (inclusive).
-Since version 2.1.6, `min` and `max` can be exclusive, following the syntax of
-`ZRANGEBYSCORE`.
-
@return
@integer-reply: the number of elements removed.