diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 38 |
1 files changed, 32 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #112 redis version 5.2.2 ] { +Extension [ <persistent> extension #114 redis version 5.3.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -80,6 +80,9 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { Entry [ redis.pconnect.echo_check_liveness <ALL> ] Current = '1' } + Entry [ redis.pconnect.pool_pattern <ALL> ] + Current = '' + } Entry [ redis.session.locking_enabled <ALL> ] Current = '0' } @@ -97,7 +100,7 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { - Classes [6] { Class [ <internal:redis> class Redis ] { - - Constants [33] { + - Constants [36] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -126,9 +129,12 @@ Extension [ <persistent> extension #112 redis version 5.2.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 COMPRESSION_LZ4 ] { 3 } Constant [ public int OPT_SCAN ] { 4 } Constant [ public int SCAN_RETRY ] { 1 } 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 } } @@ -142,7 +148,7 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { - Properties [0] { } - - Methods [234] { + - Methods [235] { Method [ <internal:redis, ctor> public method __construct ] { - Parameters [0] { @@ -176,6 +182,14 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { } } + Method [ <internal:redis> public method acl ] { + + - Parameters [2] { + Parameter #0 [ <required> $subcmd ] + Parameter #1 [ <optional> ...$args ] + } + } + Method [ <internal:redis> public method append ] { - Parameters [2] { @@ -187,7 +201,7 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { Method [ <internal:redis> public method auth ] { - Parameters [1] { - Parameter #0 [ <required> $password ] + Parameter #0 [ <required> $auth ] } } @@ -2288,7 +2302,7 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { Class [ <internal:redis> class RedisCluster ] { - - Constants [37] { + - Constants [40] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -2316,9 +2330,12 @@ Extension [ <persistent> extension #112 redis version 5.2.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 COMPRESSION_LZ4 ] { 3 } Constant [ public int OPT_SCAN ] { 4 } Constant [ public int SCAN_RETRY ] { 1 } Constant [ public int SCAN_NORETRY ] { 0 } + Constant [ public int SCAN_PREFIX ] { 2 } + Constant [ public int SCAN_NOPREFIX ] { 3 } Constant [ public int OPT_SLAVE_FAILOVER ] { 5 } Constant [ public int FAILOVER_NONE ] { 0 } Constant [ public int FAILOVER_ERROR ] { 1 } @@ -2337,7 +2354,7 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { - Properties [0] { } - - Methods [185] { + - Methods [186] { Method [ <internal:redis, ctor> public method __construct ] { - Parameters [6] { @@ -2383,6 +2400,15 @@ Extension [ <persistent> extension #112 redis version 5.2.2 ] { } } + Method [ <internal:redis> public method acl ] { + + - Parameters [3] { + Parameter #0 [ <required> $key_or_address ] + Parameter #1 [ <required> $subcmd ] + Parameter #2 [ <optional> ...$args ] + } + } + Method [ <internal:redis> public method append ] { - Parameters [2] { |