From 096ed5ea2e6309ce2f484ece0db964c5cc740b64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Feb 2020 08:55:10 +0100 Subject: update to 5.2.0RC1 --- REFLECTION | 252 ++++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 174 insertions(+), 78 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index defb242..e9ab96c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #197 redis version 5.1.1 ] { +Extension [ extension #109 redis version 5.2.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -20,9 +20,6 @@ Extension [ extension #197 redis version 5.1.1 ] { Entry [ redis.arrays.connecttimeout ] Current = '0' } - Entry [ redis.arrays.consistent ] - Current = '0' - } Entry [ redis.arrays.distributor ] Current = '' } @@ -53,12 +50,15 @@ Extension [ extension #197 redis version 5.1.1 ] { Entry [ redis.arrays.retryinterval ] Current = '0' } - Entry [ redis.clusters.auth ] - Current = '' + Entry [ redis.arrays.consistent ] + Current = '0' } Entry [ redis.clusters.cache_slots ] Current = '0' } + Entry [ redis.clusters.auth ] + Current = '' + } Entry [ redis.clusters.persistent ] Current = '0' } @@ -71,11 +71,14 @@ Extension [ extension #197 redis version 5.1.1 ] { Entry [ redis.clusters.timeout ] Current = '0' } + Entry [ redis.pconnect.pooling_enabled ] + Current = '1' + } Entry [ redis.pconnect.connection_limit ] Current = '0' } - Entry [ redis.pconnect.pooling_enabled ] - Current = '1' + Entry [ redis.session.locking_enabled ] + Current = '0' } Entry [ redis.session.lock_expire ] Current = '0' @@ -86,46 +89,43 @@ Extension [ extension #197 redis version 5.1.1 ] { Entry [ redis.session.lock_wait_time ] Current = '2000' } - Entry [ redis.session.locking_enabled ] - Current = '0' - } } - - Classes [5] { + - Classes [6] { Class [ class Redis ] { - Constants [33] { - Constant [ public integer REDIS_NOT_FOUND ] { 0 } - Constant [ public integer REDIS_STRING ] { 1 } - Constant [ public integer REDIS_SET ] { 2 } - Constant [ public integer REDIS_LIST ] { 3 } - Constant [ public integer REDIS_ZSET ] { 4 } - Constant [ public integer REDIS_HASH ] { 5 } - Constant [ public integer REDIS_STREAM ] { 6 } - Constant [ public integer PIPELINE ] { 2 } - Constant [ public integer ATOMIC ] { 0 } - Constant [ public integer MULTI ] { 1 } - Constant [ public integer OPT_SERIALIZER ] { 1 } - Constant [ public integer OPT_PREFIX ] { 2 } - Constant [ public integer OPT_READ_TIMEOUT ] { 3 } - Constant [ public integer OPT_TCP_KEEPALIVE ] { 6 } - Constant [ public integer OPT_COMPRESSION ] { 7 } - Constant [ public integer OPT_REPLY_LITERAL ] { 8 } - Constant [ public integer OPT_COMPRESSION_LEVEL ] { 9 } - Constant [ public integer SERIALIZER_NONE ] { 0 } - Constant [ public integer SERIALIZER_PHP ] { 1 } - Constant [ public integer SERIALIZER_IGBINARY ] { 2 } - Constant [ public integer SERIALIZER_MSGPACK ] { 3 } - Constant [ public integer SERIALIZER_JSON ] { 4 } - Constant [ public integer COMPRESSION_NONE ] { 0 } - Constant [ public integer COMPRESSION_LZF ] { 1 } - Constant [ public integer COMPRESSION_ZSTD ] { 2 } - Constant [ public integer COMPRESSION_ZSTD_MIN ] { 1 } - Constant [ public integer COMPRESSION_ZSTD_DEFAULT ] { 3 } - Constant [ public integer COMPRESSION_ZSTD_MAX ] { 22 } - Constant [ public integer OPT_SCAN ] { 4 } - Constant [ public integer SCAN_RETRY ] { 1 } - Constant [ public integer SCAN_NORETRY ] { 0 } + Constant [ public int REDIS_NOT_FOUND ] { 0 } + Constant [ public int REDIS_STRING ] { 1 } + Constant [ public int REDIS_SET ] { 2 } + Constant [ public int REDIS_LIST ] { 3 } + Constant [ public int REDIS_ZSET ] { 4 } + Constant [ public int REDIS_HASH ] { 5 } + Constant [ public int REDIS_STREAM ] { 6 } + Constant [ public int PIPELINE ] { 2 } + Constant [ public int ATOMIC ] { 0 } + Constant [ public int MULTI ] { 1 } + Constant [ public int OPT_SERIALIZER ] { 1 } + Constant [ public int OPT_PREFIX ] { 2 } + Constant [ public int OPT_READ_TIMEOUT ] { 3 } + Constant [ public int OPT_TCP_KEEPALIVE ] { 6 } + Constant [ public int OPT_COMPRESSION ] { 7 } + Constant [ public int OPT_REPLY_LITERAL ] { 8 } + Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 } + Constant [ public int SERIALIZER_NONE ] { 0 } + Constant [ public int SERIALIZER_PHP ] { 1 } + Constant [ public int SERIALIZER_IGBINARY ] { 2 } + Constant [ public int SERIALIZER_MSGPACK ] { 3 } + Constant [ public int SERIALIZER_JSON ] { 4 } + Constant [ public int COMPRESSION_NONE ] { 0 } + Constant [ public int COMPRESSION_LZF ] { 1 } + Constant [ public int COMPRESSION_ZSTD ] { 2 } + Constant [ public int COMPRESSION_ZSTD_MIN ] { 1 } + Constant [ public int COMPRESSION_ZSTD_DEFAULT ] { 3 } + Constant [ public int COMPRESSION_ZSTD_MAX ] { 22 } + Constant [ public int OPT_SCAN ] { 4 } + Constant [ public int SCAN_RETRY ] { 1 } + Constant [ public int SCAN_NORETRY ] { 0 } Constant [ public string AFTER ] { after } Constant [ public string BEFORE ] { before } } @@ -2285,41 +2285,41 @@ Extension [ extension #197 redis version 5.1.1 ] { Class [ class RedisCluster ] { - Constants [37] { - Constant [ public integer REDIS_NOT_FOUND ] { 0 } - Constant [ public integer REDIS_STRING ] { 1 } - Constant [ public integer REDIS_SET ] { 2 } - Constant [ public integer REDIS_LIST ] { 3 } - Constant [ public integer REDIS_ZSET ] { 4 } - Constant [ public integer REDIS_HASH ] { 5 } - Constant [ public integer REDIS_STREAM ] { 6 } - Constant [ public integer ATOMIC ] { 0 } - Constant [ public integer MULTI ] { 1 } - Constant [ public integer OPT_SERIALIZER ] { 1 } - Constant [ public integer OPT_PREFIX ] { 2 } - Constant [ public integer OPT_READ_TIMEOUT ] { 3 } - Constant [ public integer OPT_TCP_KEEPALIVE ] { 6 } - Constant [ public integer OPT_COMPRESSION ] { 7 } - Constant [ public integer OPT_REPLY_LITERAL ] { 8 } - Constant [ public integer OPT_COMPRESSION_LEVEL ] { 9 } - Constant [ public integer SERIALIZER_NONE ] { 0 } - Constant [ public integer SERIALIZER_PHP ] { 1 } - Constant [ public integer SERIALIZER_IGBINARY ] { 2 } - Constant [ public integer SERIALIZER_MSGPACK ] { 3 } - Constant [ public integer SERIALIZER_JSON ] { 4 } - Constant [ public integer COMPRESSION_NONE ] { 0 } - Constant [ public integer COMPRESSION_LZF ] { 1 } - Constant [ public integer COMPRESSION_ZSTD ] { 2 } - Constant [ public integer COMPRESSION_ZSTD_MIN ] { 1 } - Constant [ public integer COMPRESSION_ZSTD_DEFAULT ] { 3 } - Constant [ public integer COMPRESSION_ZSTD_MAX ] { 22 } - Constant [ public integer OPT_SCAN ] { 4 } - Constant [ public integer SCAN_RETRY ] { 1 } - Constant [ public integer SCAN_NORETRY ] { 0 } - Constant [ public integer OPT_SLAVE_FAILOVER ] { 5 } - Constant [ public integer FAILOVER_NONE ] { 0 } - Constant [ public integer FAILOVER_ERROR ] { 1 } - Constant [ public integer FAILOVER_DISTRIBUTE ] { 2 } - Constant [ public integer FAILOVER_DISTRIBUTE_SLAVES ] { 3 } + Constant [ public int REDIS_NOT_FOUND ] { 0 } + Constant [ public int REDIS_STRING ] { 1 } + Constant [ public int REDIS_SET ] { 2 } + Constant [ public int REDIS_LIST ] { 3 } + Constant [ public int REDIS_ZSET ] { 4 } + Constant [ public int REDIS_HASH ] { 5 } + Constant [ public int REDIS_STREAM ] { 6 } + Constant [ public int ATOMIC ] { 0 } + Constant [ public int MULTI ] { 1 } + Constant [ public int OPT_SERIALIZER ] { 1 } + Constant [ public int OPT_PREFIX ] { 2 } + Constant [ public int OPT_READ_TIMEOUT ] { 3 } + Constant [ public int OPT_TCP_KEEPALIVE ] { 6 } + Constant [ public int OPT_COMPRESSION ] { 7 } + Constant [ public int OPT_REPLY_LITERAL ] { 8 } + Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 } + Constant [ public int SERIALIZER_NONE ] { 0 } + Constant [ public int SERIALIZER_PHP ] { 1 } + Constant [ public int SERIALIZER_IGBINARY ] { 2 } + Constant [ public int SERIALIZER_MSGPACK ] { 3 } + Constant [ public int SERIALIZER_JSON ] { 4 } + Constant [ public int COMPRESSION_NONE ] { 0 } + Constant [ public int COMPRESSION_LZF ] { 1 } + Constant [ public int COMPRESSION_ZSTD ] { 2 } + Constant [ public int COMPRESSION_ZSTD_MIN ] { 1 } + Constant [ public int COMPRESSION_ZSTD_DEFAULT ] { 3 } + Constant [ public int COMPRESSION_ZSTD_MAX ] { 22 } + Constant [ public int OPT_SCAN ] { 4 } + Constant [ public int SCAN_RETRY ] { 1 } + Constant [ public int SCAN_NORETRY ] { 0 } + 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 } } @@ -3871,6 +3871,102 @@ Extension [ extension #197 redis version 5.1.1 ] { } } + Class [ class RedisSentinel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + Parameter #3 [ $persistent ] + Parameter #4 [ $retry_interval ] + Parameter #5 [ $read_timeout ] + } + } + + Method [ public method ckquorum ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method failover ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method flushconfig ] { + + - Parameters [0] { + } + } + + Method [ public method getMasterAddrByName ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method master ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method masters ] { + + - Parameters [0] { + } + } + + Method [ public method ping ] { + + - Parameters [0] { + } + } + + Method [ public method reset ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method sentinels ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method slaves ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + } + } + Class [ class RedisException extends Exception implements Throwable ] { - Constants [0] { -- cgit