From 7c0f77c7a8be0ceaa355d3a9974957803c2426bb Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 26 Nov 2018 20:03:23 +0100 Subject: fixed typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') 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); ~~~ -- cgit v1.2.3