Skip to content

Commit 755e261

Browse files
Merge pull request phpredis#1455 from alexander-schranz/patch-2
Fixed invalid stream id error in example
2 parents e9e81a9 + 808a63d commit 755e261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,7 +3330,7 @@ _**Description**_: Add a message to a stream
33303330

33313331
##### *Example*
33323332
~~~php
3333-
$obj_redis->xAdd('mystream', "\*", ['field' => 'value']);
3333+
$obj_redis->xAdd('mystream', "*", ['field' => 'value']);
33343334
~~~
33353335

33363336
### xClaim

0 commit comments

Comments
 (0)