Skip to content

Commit 22668cc

Browse files
committedJan 26, 2014
修复 BRPOP 命令的一个 BUG ,感谢 sp 的提醒:
http://redis.readthedocs.org/en/latest/list/brpop.html#comment-1217035336
1 parent 8c56342 commit 22668cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎list/brpop.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ BRPOP
3535
(integer) 2
3636

3737
redis> BRPOP course 30
38-
1) "course" # 弹出元素的 key
39-
2) "c++101" # 弹出元素的值
38+
1) "course" # 被弹出元素所属的列表键
39+
2) "c++101" # 被弹出的元素

0 commit comments

Comments
 (0)
Please sign in to comment.