From d71fd6264d58795c50b9350d7c39677b671e0896 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 17 Jul 2021 09:34:48 +0200 Subject: Merging upstream version 1.9.4. Signed-off-by: Daniel Baumann --- iredis/data/commands/zremrangebylex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iredis/data/commands/zremrangebylex.md') diff --git a/iredis/data/commands/zremrangebylex.md b/iredis/data/commands/zremrangebylex.md index ceaf69f..cc2cf30 100644 --- a/iredis/data/commands/zremrangebylex.md +++ b/iredis/data/commands/zremrangebylex.md @@ -4,7 +4,7 @@ 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 returns the same elements that `ZRANGEBYLEX` +Similarly, this command actually removes the same elements that `ZRANGEBYLEX` would return if called with the same `min` and `max` arguments. @return -- cgit v1.2.3