We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26264c1 commit 0df01b7Copy full SHA for 0df01b7
sorted_set/zlexcount.rst
@@ -11,8 +11,8 @@ ZLEXCOUNT
11
this command returns the number of elements in the sorted set
12
at key with a value between min and max.
13
14
-对于一个所有成员的分值都相同的有序集合来说,
15
-这个命令会返回给定有序集合键 ``key`` 中,
+对于一个所有成员的分值都相同的有序集合键 ``key`` 来说,
+这个命令会返回该集合中,
16
成员介于 ``min`` 和 ``max`` 范围内的元素数量。
17
18
..
sorted_set/zremrangebylex.rst
@@ -11,8 +11,8 @@ ZREMRANGEBYLEX
this command removes all elements in the sorted set stored at key
between the lexicographical range specified by min and max.
-这个命令会移除给定有序集合键 ``key`` 中,
+这个命令会移除该集合中,
成员介于 ``min`` 和 ``max`` 范围内的所有元素。
0 commit comments