From 808a63d5ed2af1f3898e7e4b9ad38d2313f16f97 Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Mon, 19 Nov 2018 17:06:46 +0100 Subject: fixed invalid stream id error in example --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 8f4e564d..b6a18b78 100644 --- a/README.markdown +++ b/README.markdown @@ -3330,7 +3330,7 @@ _**Description**_: Add a message to a stream ##### *Example* ~~~php -$obj_redis->xAdd('mystream', "\*", ['field' => 'value']); +$obj_redis->xAdd('mystream', "*", ['field' => 'value']); ~~~ ### xClaim -- cgit v1.2.3