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:
authorAlexander Schranz <alexander@sulu.io>2018-11-26 22:03:50 +0300
committerGitHub <noreply@github.com>2018-11-26 22:03:50 +0300
commited284722611498abc04979b4166b35ea7350baac (patch)
tree82509701a070d1c6821fe75ae8586c60213af7ae /README.markdown
parent7c0f77c7a8be0ceaa355d3a9974957803c2426bb (diff)
fix typo
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 ef22a6a5..f5f1e92c 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3563,7 +3563,7 @@ _**Description**_: This method is similar to xRead except that it supports read
/* Consume messages for 'mygroup', 'consumer1' */
$obj_redis->xReadGroup('mygroup', 'consumer1', ['s1' => 0, 's2' => 0]);
-/* Consume messages for 'mygroup', 'consumer1' which where not consumed yet */
+/* Consume messages for 'mygroup', 'consumer1' which where not consumed yet by the group */
$obj_redis->xReadGroup('mygroup', 'consumer1', ['s1' => '>', 's2' => '>']);
/* Read a single message as 'consumer2' wait for up to a second until a message arrives. */