Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAres <ares333@users.noreply.github.com>2015-11-05 08:37:03 +0300
committermichael-grunder <michael.grunder@gmail.com>2015-12-18 08:38:00 +0300
commit54b9a0ece6ae54f24aec9dd017ed4c7aa475fed6 (patch)
tree5e0afdbb671197d779ef15465e3e6b24df213374
parent8bfa218831eb1efb2c3178a22fc4d3bdeeb18522 (diff)
Update README.markdown
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 41e5dbb5..563129b3 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1653,7 +1653,7 @@ while($arr_keys = $redis->hscan('hash', $it)) {
### blPop, brPop
-----
_**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.
-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.
+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.
##### *Parameters*
*ARRAY* Array containing the keys of the lists