summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zremrangebylex.md
diff options
context:
space:
mode:
Diffstat (limited to 'iredis/data/commands/zremrangebylex.md')
-rw-r--r--iredis/data/commands/zremrangebylex.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/iredis/data/commands/zremrangebylex.md b/iredis/data/commands/zremrangebylex.md
index cc2cf30..4264f1b 100644
--- a/iredis/data/commands/zremrangebylex.md
+++ b/iredis/data/commands/zremrangebylex.md
@@ -1,11 +1,6 @@
-When all the elements in a sorted set are inserted with the same score, in order
-to force lexicographical ordering, this command removes all elements in the
-sorted set stored at `key` between the lexicographical range specified by `min`
-and `max`.
+When all the elements in a sorted set are inserted with the same score, in order to force lexicographical ordering, this command removes all elements in the sorted set stored at `key` between the lexicographical range specified by `min` and `max`.
-The meaning of `min` and `max` are the same of the `ZRANGEBYLEX` command.
-Similarly, this command actually removes the same elements that `ZRANGEBYLEX`
-would return if called with the same `min` and `max` arguments.
+The meaning of `min` and `max` are the same of the `ZRANGEBYLEX` command. Similarly, this command actually removes the same elements that `ZRANGEBYLEX` would return if called with the same `min` and `max` arguments.
@return