Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2018-11-19 22:29:06 +0300
committermichael-grunder <michael.grunder@gmail.com>2018-11-19 22:29:06 +0300
commitffb6be330d3aaecceaa061431c815a4d5a942208 (patch)
tree5614a462d5e45478078263cdd971dab4e0329024 /README.markdown
parent7ca7520428fc582a8411172adca0989f402b07c4 (diff)
Add min_idle_time back to prototype
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index ae02204d..34eb3cc6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3338,7 +3338,7 @@ $obj_redis->xAdd('mystream', "*", ['field' => 'value']);
##### *Prototype*
~~~php
-$obj_redis->($str_key, $str_group, $str_consumer, $arr_ids, [$arr_options]);
+$obj_redis->xClaim($str_key, $str_group, $str_consumer, $min_idle_time, $arr_ids, [$arr_options]);
~~~
_**Description**_: Claim ownership of one or more pending messages.