Skip to content

Commit 485397a

Browse files
Merge pull request phpredis#681 from ares333/patch-1
Update README.markdown
2 parents 0b7f6d2 + a8ae53f commit 485397a

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)