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
committerAres <ares333@users.noreply.github.com>2015-11-05 08:37:03 +0300
commita8ae53f45ba25f0ea14f677d21aec4322123eb7e (patch)
tree0e506927b175a7a080ae8f3920770e19485c8170 /README.markdown
parent0b7f6d2ba5362e717ca0d225b78c5865b3f5024d (diff)
Update README.markdown
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 417ce46d..169ebfd8 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