diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 252 |
1 files changed, 174 insertions, 78 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #197 redis version 5.1.1 ] { +Extension [ <persistent> extension #109 redis version 5.2.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -20,9 +20,6 @@ Extension [ <persistent> extension #197 redis version 5.1.1 ] { Entry [ redis.arrays.connecttimeout <ALL> ] Current = '0' } - Entry [ redis.arrays.consistent <ALL> ] - Current = '0' - } Entry [ redis.arrays.distributor <ALL> ] Current = '' } @@ -53,12 +50,15 @@ Extension [ <persistent> extension #197 redis version 5.1.1 ] { Entry [ redis.arrays.retryinterval <ALL> ] Current = '0' } - Entry [ redis.clusters.auth <ALL> ] - Current = '' + Entry [ redis.arrays.consistent <ALL> ] + Current = '0' } Entry [ redis.clusters.cache_slots <ALL> ] Current = '0' } + Entry [ redis.clusters.auth <ALL> ] + Current = '' + } Entry [ redis.clusters.persistent <ALL> ] Current = '0' } @@ -71,11 +71,14 @@ Extension [ <persistent> extension #197 redis version 5.1.1 ] { Entry [ redis.clusters.timeout <ALL> ] Current = '0' } + Entry [ redis.pconnect.pooling_enabled <ALL> ] + Current = '1' + } Entry [ redis.pconnect.connection_limit <ALL> ] Current = '0' } - Entry [ redis.pconnect.pooling_enabled <ALL> ] - Current = '1' + Entry [ redis.session.locking_enabled <ALL> ] + Current = '0' } Entry [ redis.session.lock_expire <ALL> ] Current = '0' @@ -86,46 +89,43 @@ Extension [ <persistent> extension #197 redis version 5.1.1 ] { Entry [ redis.session.lock_wait_time <ALL> ] Current = '2000' } - Entry [ redis.session.locking_enabled <ALL> ] - Current = '0' - } } - - Classes [5] { + - Classes [6] { Class [ <internal:redis> 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 [ <persistent> extension #197 redis version 5.1.1 ] { Class [ <internal:redis> 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 [ <persistent> extension #197 redis version 5.1.1 ] { } } + Class [ <internal:redis> class RedisSentinel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [11] { + Method [ <internal:redis, ctor> public method __construct ] { + + - Parameters [6] { + Parameter #0 [ <required> $host ] + Parameter #1 [ <optional> $port ] + Parameter #2 [ <optional> $timeout ] + Parameter #3 [ <optional> $persistent ] + Parameter #4 [ <optional> $retry_interval ] + Parameter #5 [ <optional> $read_timeout ] + } + } + + Method [ <internal:redis> public method ckquorum ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method failover ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method flushconfig ] { + + - Parameters [0] { + } + } + + Method [ <internal:redis> public method getMasterAddrByName ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method master ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method masters ] { + + - Parameters [0] { + } + } + + Method [ <internal:redis> public method ping ] { + + - Parameters [0] { + } + } + + Method [ <internal:redis> public method reset ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method sentinels ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:redis> public method slaves ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + } + } + Class [ <internal:redis> class RedisException extends Exception implements Throwable ] { - Constants [0] { |