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:23 +0300
committerGitHub <noreply@github.com>2018-11-26 22:03:23 +0300
commit7c0f77c7a8be0ceaa355d3a9974957803c2426bb (patch)
treec20a6ace3693cb679fc8c0d816c29cc55686b241 /README.markdown
parent30d5ed63dbdd4c9e0d3771054216bc906a46eed2 (diff)
fixed 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 0d683ad7..ef22a6a5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3541,7 +3541,7 @@ Array
)
*/
-// Receive only new message ($ = last id) and wait for one new message unlimited
+// Receive only new message ($ = last id) and wait for one new message unlimited time
$obj_redis->xRead(['stream1' => '$'], 1, 0);
~~~