Skip to content

Commit

Permalink
修复 BRPOP 命令的一个 BUG ,感谢 sp 的提醒:
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzworks committed Jan 26, 2014
1 parent 8c56342 commit 22668cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions list/brpop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ BRPOP
(integer) 2

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

0 comments on commit 22668cc

Please sign in to comment.