Skip to content

Commit 7ca7520

Browse files
alexander-schranzmichael-grunder
authored andcommitted
fixed xclaim documentation
1 parent 6a8070f commit 7ca7520

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
@@ -3338,7 +3338,7 @@ $obj_redis->xAdd('mystream', "*", ['field' => 'value']);
33383338

33393339
##### *Prototype*
33403340
~~~php
3341-
$obj_redis->($str_key, $str_group, $str_consumer, $min_idle_time, [$arr_options]);
3341+
$obj_redis->($str_key, $str_group, $str_consumer, $arr_ids, [$arr_options]);
33423342
~~~
33433343

33443344
_**Description**_: Claim ownership of one or more pending messages.

0 commit comments

Comments
 (0)