We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c56342 commit 22668ccCopy full SHA for 22668cc
list/brpop.rst
@@ -35,5 +35,5 @@ BRPOP
35
(integer) 2
36
37
redis> BRPOP course 30
38
- 1) "course" # 弹出元素的 key
39
- 2) "c++101" # 弹出元素的值
+ 1) "course" # 被弹出元素所属的列表键
+ 2) "c++101" # 被弹出的元素
0 commit comments