From bc7a1b53f98a2863b807d6a6f7bbfd3137eb7318 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Mar 2025 08:48:35 +0100 Subject: test build for upcoming 6.1.1 re-license spec file to CECILL-2.1 --- REFLECTION | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 71 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index bae8635..ba740d7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #116 redis version 6.1.0 ] { +Extension [ extension #131 redis version 6.1.1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -115,7 +115,7 @@ Extension [ extension #116 redis version 6.1.0 ] { - Classes [6] { Class [ class Redis ] { - - Constants [50] { + - Constants [51] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -134,6 +134,7 @@ Extension [ extension #116 redis version 6.1.0 ] { Constant [ public int OPT_REPLY_LITERAL ] { 8 } Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 } Constant [ public int OPT_NULL_MULTIBULK_AS_NULL ] { 10 } + Constant [ public int OPT_PACK_IGNORE_NUMBERS ] { 15 } Constant [ public int SERIALIZER_NONE ] { 0 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } @@ -177,7 +178,7 @@ Extension [ extension #116 redis version 6.1.0 ] { - Properties [0] { } - - Methods [255] { + - Methods [258] { Method [ public method __construct ] { - Parameters [1] { @@ -836,6 +837,14 @@ Extension [ extension #116 redis version 6.1.0 ] { - Return [ mixed ] } + Method [ public method getWithMeta ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ Redis|array|false ] + } + Method [ public method getAuth ] { - Parameters [0] { @@ -1122,6 +1131,27 @@ Extension [ extension #116 redis version 6.1.0 ] { - Return [ Redis|array|bool ] } + Method [ public method expiremember ] { + + - Parameters [4] { + Parameter #0 [ string $key ] + Parameter #1 [ string $field ] + Parameter #2 [ int $ttl ] + Parameter #3 [ ?string $unit = null ] + } + - Return [ Redis|int|false ] + } + + Method [ public method expirememberat ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $field ] + Parameter #2 [ int $timestamp ] + } + - Return [ Redis|int|false ] + } + Method [ public method incr ] { - Parameters [2] { @@ -2865,7 +2895,7 @@ Extension [ extension #116 redis version 6.1.0 ] { - Properties [0] { } - - Methods [224] { + - Methods [228] { Method [ public method __construct ] { - Parameters [7] { @@ -3519,6 +3549,22 @@ Extension [ extension #116 redis version 6.1.0 ] { - Return [ mixed ] } + Method [ public method getdel ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ mixed ] + } + + Method [ public method getWithMeta ] { + + - Parameters [1] { + Parameter #0 [ string $key ] + } + - Return [ RedisCluster|array|false ] + } + Method [ public method getex ] { - Parameters [2] { @@ -3703,6 +3749,27 @@ Extension [ extension #116 redis version 6.1.0 ] { - Return [ array|bool ] } + Method [ public method expiremember ] { + + - Parameters [4] { + Parameter #0 [ string $key ] + Parameter #1 [ string $field ] + Parameter #2 [ int $ttl ] + Parameter #3 [ ?string $unit = null ] + } + - Return [ Redis|int|false ] + } + + Method [ public method expirememberat ] { + + - Parameters [3] { + Parameter #0 [ string $key ] + Parameter #1 [ string $field ] + Parameter #2 [ int $timestamp ] + } + - Return [ Redis|int|false ] + } + Method [ public method hrandfield ] { - Parameters [2] { -- cgit