8000 Update README.markdown · jrtkcoder/phpredis@54b9a0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b9a0e

Browse files
ares333michael-grunder
authored andcommitted
Update README.markdown
1 parent 8bfa218 commit 54b9a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ while($arr_keys = $redis->hscan('hash', $it)) {
16531653
### blPop, brPop
16541654
-----
16551655
_**Description**_: Is a blocking lPop(rPop) primitive. If at least one of the lists contains at least one element, the element will be popped from the head of the list and returned to the caller.
1656-
Il all the list identified by the keys passed in arguments are empty, blPop will block during the specified timeout until an element is pushed to one of those lists. This element will be popped.
1656+
If all the list identified by the keys passed in arguments are empty, blPop will block during the specified timeout until an element is pushed to one of those lists. This element will be popped.
16571657

16581658
##### *Parameters*
16591659
*ARRAY* Array containing the keys of the lists

0 commit comments

Comments
 (0)
0