Skip to content

Commit f66569f

Browse files
fixed example wildcard
1 parent 8cae848 commit f66569f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3345,7 +3345,7 @@ public function xAck($stream, $group, $arr_messages) {}
33453345
* @return string The added message ID.
33463346
* @example
33473347
* <pre>
3348-
* $obj_redis->xAdd('mystream', "\*", ['field' => 'value']);
3348+
* $obj_redis->xAdd('mystream', "*", ['field' => 'value']);
33493349
* </pre>
33503350
*/
33513351
public function xAdd($str_key, $str_id, $arr_message) {}

0 commit comments

Comments
 (0)