summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-26 07:53:16 +0200
committerRemi Collet <remi@remirepo.net>2020-06-26 07:53:16 +0200
commite69a56b7c50b89ce8c6dcc40313585f8f3dcab52 (patch)
treed8bb4ebf1da3aedd99656f52c3e7bdc65775b084 /REFLECTION
parent0e0067c9056224a781b18d68a91eaba83e8ce35d (diff)
update to 5.3.0RC1
enable lz4 compression support drop patch merged upstream add upstream patch to fix lz4 library name add new option in provided configuration file
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION38
1 files changed, 32 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 56f4cc9..0f1a2c7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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] {