summaryrefslogtreecommitdiffstats
path: root/iredis/data/commands/zremrangebylex.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-01-04 07:19:32 +0000
commit7480e618ec785ba8a1c74c8a150cffe5880fb3bb (patch)
tree87422376dd9a7eee55850f0fce9a8bb4c13e44a2 /iredis/data/commands/zremrangebylex.md
parentAdding upstream version 1.12.1. (diff)
downloadiredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.tar.xz
iredis-7480e618ec785ba8a1c74c8a150cffe5880fb3bb.zip
Adding upstream version 1.13.0.upstream/1.13.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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