From bcde0ac48186ef2011aad71693fe951aa1922520 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Nov 2021 10:24:22 +0100 Subject: update to 5.3.5RC1 --- REFLECTION | 107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 100 insertions(+), 7 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 377a9ef..ece7296 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 redis version 5.3.4 ] { +Extension [ extension #126 redis version 5.3.5RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -80,6 +80,12 @@ Extension [ extension #117 redis version 5.3.4 ] { Entry [ redis.pconnect.echo_check_liveness ] Current = '1' } + Entry [ redis.pconnect.pool_detect_dirty ] + Current = '0' + } + Entry [ redis.pconnect.pool_poll_timeout ] + Current = '0' + } Entry [ redis.pconnect.pool_pattern ] Current = '' } @@ -100,7 +106,7 @@ Extension [ extension #117 redis version 5.3.4 ] { - Classes [6] { Class [ class Redis ] { - - Constants [37] { + - Constants [48] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -138,6 +144,17 @@ Extension [ extension #117 redis version 5.3.4 ] { Constant [ public int SCAN_NOPREFIX ] { 3 } Constant [ public string AFTER ] { after } Constant [ public string BEFORE ] { before } + Constant [ public int OPT_MAX_RETRIES ] { 11 } + Constant [ public int OPT_BACKOFF_ALGORITHM ] { 12 } + Constant [ public int BACKOFF_ALGORITHM_DEFAULT ] { 0 } + Constant [ public int BACKOFF_ALGORITHM_CONSTANT ] { 6 } + Constant [ public int BACKOFF_ALGORITHM_UNIFORM ] { 5 } + Constant [ public int BACKOFF_ALGORITHM_EXPONENTIAL ] { 4 } + Constant [ public int BACKOFF_ALGORITHM_FULL_JITTER ] { 2 } + Constant [ public int BACKOFF_ALGORITHM_EQUAL_JITTER ] { 3 } + Constant [ public int BACKOFF_ALGORITHM_DECORRELATED_JITTER ] { 1 } + Constant [ public int OPT_BACKOFF_BASE ] { 13 } + Constant [ public int OPT_BACKOFF_CAP ] { 14 } } - Static properties [0] { @@ -149,7 +166,7 @@ Extension [ extension #117 redis version 5.3.4 ] { - Properties [0] { } - - Methods [235] { + - Methods [240] { Method [ public method __construct ] { - Parameters [0] { @@ -183,6 +200,34 @@ Extension [ extension #117 redis version 5.3.4 ] { } } + Method [ public method _pack ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _unpack ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _compress ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _uncompress ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Method [ public method acl ] { - Parameters [2] { @@ -1193,6 +1238,15 @@ Extension [ extension #117 redis version 5.3.4 ] { } } + Method [ public method sMisMember ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + Method [ public method sMove ] { - Parameters [3] { @@ -2303,7 +2357,7 @@ Extension [ extension #117 redis version 5.3.4 ] { Class [ class RedisCluster ] { - - Constants [41] { + - Constants [52] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -2338,13 +2392,24 @@ Extension [ extension #117 redis version 5.3.4 ] { Constant [ public int SCAN_NORETRY ] { 0 } Constant [ public int SCAN_PREFIX ] { 2 } Constant [ public int SCAN_NOPREFIX ] { 3 } + Constant [ public string AFTER ] { after } + Constant [ public string BEFORE ] { before } Constant [ public int OPT_SLAVE_FAILOVER ] { 5 } Constant [ public int FAILOVER_NONE ] { 0 } Constant [ public int FAILOVER_ERROR ] { 1 } Constant [ public int FAILOVER_DISTRIBUTE ] { 2 } Constant [ public int FAILOVER_DISTRIBUTE_SLAVES ] { 3 } - Constant [ public string AFTER ] { after } - Constant [ public string BEFORE ] { before } + Constant [ public int OPT_MAX_RETRIES ] { 11 } + Constant [ public int OPT_BACKOFF_ALGORITHM ] { 12 } + Constant [ public int BACKOFF_ALGORITHM_DEFAULT ] { 0 } + Constant [ public int BACKOFF_ALGORITHM_CONSTANT ] { 6 } + Constant [ public int BACKOFF_ALGORITHM_UNIFORM ] { 5 } + Constant [ public int BACKOFF_ALGORITHM_EXPONENTIAL ] { 4 } + Constant [ public int BACKOFF_ALGORITHM_FULL_JITTER ] { 2 } + Constant [ public int BACKOFF_ALGORITHM_EQUAL_JITTER ] { 3 } + Constant [ public int BACKOFF_ALGORITHM_DECORRELATED_JITTER ] { 1 } + Constant [ public int OPT_BACKOFF_BASE ] { 13 } + Constant [ public int OPT_BACKOFF_CAP ] { 14 } } - Static properties [0] { @@ -2356,7 +2421,7 @@ Extension [ extension #117 redis version 5.3.4 ] { - Properties [0] { } - - Methods [186] { + - Methods [190] { Method [ public method __construct ] { - Parameters [6] { @@ -2402,6 +2467,34 @@ Extension [ extension #117 redis version 5.3.4 ] { } } + Method [ public method _compress ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _uncompress ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _pack ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _unpack ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + Method [ public method acl ] { - Parameters [3] { -- cgit