summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zremrangebyrank.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zremrangebyrank.md')
-rw-r--r--iredis/data/commands/zremrangebyrank.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/iredis/data/commands/zremrangebyrank.md b/iredis/data/commands/zremrangebyrank.md
index 4de25f9..edd3cf3 100644
--- a/iredis/data/commands/zremrangebyrank.md
+++ b/iredis/data/commands/zremrangebyrank.md
@@ -1,9 +1,11 @@
Removes all elements in the sorted set stored at `key` with rank between `start`
-and `stop`. Both `start` and `stop` are `0` -based indexes with `0` being the
-element with the lowest score. These indexes can be negative numbers, where they
-indicate offsets starting at the element with the highest score. For example:
-`-1` is the element with the highest score, `-2` the element with the second
-highest score and so forth.
+and `stop`.
+Both `start` and `stop` are `0` -based indexes with `0` being the element with
+the lowest score.
+These indexes can be negative numbers, where they indicate offsets starting at
+the element with the highest score.
+For example: `-1` is the element with the highest score, `-2` the element with
+the second highest score and so forth.
@return