Skip to content

Commit 0df01b7

Browse files
committed
fix
1 parent 26264c1 commit 0df01b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sorted_set/zlexcount.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ZLEXCOUNT
1111
this command returns the number of elements in the sorted set
1212
at key with a value between min and max.
1313
14-
对于一个所有成员的分值都相同的有序集合来说
15-
这个命令会返回给定有序集合键 ``key`` 中
14+
对于一个所有成员的分值都相同的有序集合键 ``key`` 来说
15+
这个命令会返回该集合中
1616
成员介于 ``min`` 和 ``max`` 范围内的元素数量。
1717

1818
..

sorted_set/zremrangebylex.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ZREMRANGEBYLEX
1111
this command removes all elements in the sorted set stored at key
1212
between the lexicographical range specified by min and max.
1313
14-
对于一个所有成员的分值都相同的有序集合来说
15-
这个命令会移除给定有序集合键 ``key`` 中
14+
对于一个所有成员的分值都相同的有序集合键 ``key`` 来说
15+
这个命令会移除该集合中
1616
成员介于 ``min`` 和 ``max`` 范围内的所有元素。
1717

1818
..

0 commit comments

Comments
 (0)