Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed example wildcard
  • Loading branch information
alexander-schranz authored Nov 19, 2018
commit f66569faf58c7d7e2e25ea8b3b8c70f5f69a2bd9
2 changes: 1 addition & 1 deletion src/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -3345,7 +3345,7 @@ public function xAck($stream, $group, $arr_messages) {}
* @return string The added message ID.
* @example
* <pre>
* $obj_redis->xAdd('mystream', "\*", ['field' => 'value']);
* $obj_redis->xAdd('mystream', "*", ['field' => 'value']);
* </pre>
*/
public function xAdd($str_key, $str_id, $arr_message) {}
Expand Down