From 5ca504892cb610ceaec642f008020f4f1170a6fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Oct 2018 08:37:15 +0200 Subject: v4.2.0RC1 --- REFLECTION | 291 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 274 insertions(+), 17 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 372d93d..6179955 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,15 +1,16 @@ -Extension [ extension #192 redis version 4.1.1 ] { +Extension [ extension #192 redis version 4.2.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] + Dependency [ session (Required) ] } - INI { Entry [ redis.arrays.autorehash ] - Current = '' + Current = '0' } Entry [ redis.arrays.connecttimeout ] - Current = '' + Current = '0' } Entry [ redis.arrays.distributor ] Current = '' @@ -21,49 +22,49 @@ Extension [ extension #192 redis version 4.1.1 ] { Current = '' } Entry [ redis.arrays.index ] - Current = '' + Current = '0' } Entry [ redis.arrays.lazyconnect ] - Current = '' + Current = '0' } Entry [ redis.arrays.names ] Current = '' } Entry [ redis.arrays.pconnect ] - Current = '' + Current = '0' } Entry [ redis.arrays.previous ] Current = '' } Entry [ redis.arrays.readtimeout ] - Current = '' + Current = '0' } Entry [ redis.arrays.retryinterval ] - Current = '' + Current = '0' } Entry [ redis.clusters.persistent ] - Current = '' + Current = '0' } Entry [ redis.clusters.read_timeout ] - Current = '' + Current = '0' } Entry [ redis.clusters.seeds ] Current = '' } Entry [ redis.clusters.timeout ] - Current = '' + Current = '0' } Entry [ redis.session.locking_enabled ] - Current = '' + Current = '0' } Entry [ redis.session.lock_expire ] - Current = '' + Current = '0' } Entry [ redis.session.lock_retries ] - Current = '' + Current = '10' } Entry [ redis.session.lock_wait_time ] - Current = '' + Current = '2000' } } @@ -106,7 +107,7 @@ Extension [ extension #192 redis version 4.1.1 ] { - Properties [0] { } - - Methods [215] { + - Methods [228] { Method [ public method __construct ] { - Parameters [0] { @@ -1407,6 +1408,134 @@ Extension [ extension #192 redis version 4.1.1 ] { } } + Method [ public method xack ] { + + - Parameters [3] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ array $arr_ids ] + } + } + + Method [ public method xadd ] { + + - Parameters [5] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_id ] + Parameter #2 [ array $arr_fields ] + Parameter #3 [ $i_maxlen ] + Parameter #4 [ $boo_approximate ] + } + } + + Method [ public method xclaim ] { + + - Parameters [6] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ $str_consumer ] + Parameter #3 [ $i_min_idle ] + Parameter #4 [ array $arr_ids ] + Parameter #5 [ array $arr_opts ] + } + } + + Method [ public method xdel ] { + + - Parameters [2] { + Parameter #0 [ $str_key ] + Parameter #1 [ array $arr_ids ] + } + } + + Method [ public method xgroup ] { + + - Parameters [5] { + Parameter #0 [ $str_operation ] + Parameter #1 [ $str_key ] + Parameter #2 [ $str_arg1 ] + Parameter #3 [ $str_arg2 ] + Parameter #4 [ $str_arg3 ] + } + } + + Method [ public method xinfo ] { + + - Parameters [3] { + Parameter #0 [ $str_cmd ] + Parameter #1 [ $str_key ] + Parameter #2 [ $str_group ] + } + } + + Method [ public method xlen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method xpending ] { + + - Parameters [6] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ $str_start ] + Parameter #3 [ $str_end ] + Parameter #4 [ $i_count ] + Parameter #5 [ $str_consumer ] + } + } + + Method [ public method xrange ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_start ] + Parameter #2 [ $str_end ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method xread ] { + + - Parameters [3] { + Parameter #0 [ array $arr_streams ] + Parameter #1 [ $i_count ] + Parameter #2 [ $i_block ] + } + } + + Method [ public method xreadgroup ] { + + - Parameters [5] { + Parameter #0 [ $str_group ] + Parameter #1 [ $str_consumer ] + Parameter #2 [ array $arr_streams ] + Parameter #3 [ $i_count ] + Parameter #4 [ $i_block ] + } + } + + Method [ public method xrevrange ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_start ] + Parameter #2 [ $str_end ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method xtrim ] { + + - Parameters [3] { + Parameter #0 [ $str_key ] + Parameter #1 [ $i_maxlen ] + Parameter #2 [ $boo_approximate ] + } + } + Method [ public method zAdd ] { - Parameters [3] { @@ -2097,7 +2226,7 @@ Extension [ extension #192 redis version 4.1.1 ] { - Properties [0] { } - - Methods [166] { + - Methods [179] { Method [ public method __construct ] { - Parameters [5] { @@ -3252,6 +3381,134 @@ Extension [ extension #192 redis version 4.1.1 ] { } } + Method [ public method xack ] { + + - Parameters [3] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ array $arr_ids ] + } + } + + Method [ public method xadd ] { + + - Parameters [5] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_id ] + Parameter #2 [ array $arr_fields ] + Parameter #3 [ $i_maxlen ] + Parameter #4 [ $boo_approximate ] + } + } + + Method [ public method xclaim ] { + + - Parameters [6] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ $str_consumer ] + Parameter #3 [ $i_min_idle ] + Parameter #4 [ array $arr_ids ] + Parameter #5 [ array $arr_opts ] + } + } + + Method [ public method xdel ] { + + - Parameters [2] { + Parameter #0 [ $str_key ] + Parameter #1 [ array $arr_ids ] + } + } + + Method [ public method xgroup ] { + + - Parameters [5] { + Parameter #0 [ $str_operation ] + Parameter #1 [ $str_key ] + Parameter #2 [ $str_arg1 ] + Parameter #3 [ $str_arg2 ] + Parameter #4 [ $str_arg3 ] + } + } + + Method [ public method xinfo ] { + + - Parameters [3] { + Parameter #0 [ $str_cmd ] + Parameter #1 [ $str_key ] + Parameter #2 [ $str_group ] + } + } + + Method [ public method xlen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method xpending ] { + + - Parameters [6] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_group ] + Parameter #2 [ $str_start ] + Parameter #3 [ $str_end ] + Parameter #4 [ $i_count ] + Parameter #5 [ $str_consumer ] + } + } + + Method [ public method xrange ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_start ] + Parameter #2 [ $str_end ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method xread ] { + + - Parameters [3] { + Parameter #0 [ array $arr_streams ] + Parameter #1 [ $i_count ] + Parameter #2 [ $i_block ] + } + } + + Method [ public method xreadgroup ] { + + - Parameters [5] { + Parameter #0 [ $str_group ] + Parameter #1 [ $str_consumer ] + Parameter #2 [ array $arr_streams ] + Parameter #3 [ $i_count ] + Parameter #4 [ $i_block ] + } + } + + Method [ public method xrevrange ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ $str_start ] + Parameter #2 [ $str_end ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method xtrim ] { + + - Parameters [3] { + Parameter #0 [ $str_key ] + Parameter #1 [ $i_maxlen ] + Parameter #2 [ $boo_approximate ] + } + } + Method [ public method zadd ] { - Parameters [3] { -- cgit