From 791f485ba04a4912a33264e572a1c2a080ddd012 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2015 19:16:49 +0100 Subject: php-pecl-redis: 2.2.7 (stable) --- REFLECTION | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f0221ed..09661f8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #159 redis version 2.2.5 ] { +Extension [ extension #178 redis version 2.2.7 ] { - INI { Entry [ redis.arrays.names ] @@ -56,7 +56,7 @@ Extension [ extension #159 redis version 2.2.5 ] { - Properties [0] { } - - Methods [194] { + - Methods [201] { Method [ public method __construct ] { } @@ -348,6 +348,9 @@ Extension [ extension #159 redis version 2.2.5 ] { Method [ public method zRevRangeByScore ] { } + Method [ public method zRangeByLex ] { + } + Method [ public method zCount ] { } @@ -471,6 +474,9 @@ Extension [ extension #159 redis version 2.2.5 ] { Method [ public method script ] { } + Method [ public method debug ] { + } + Method [ public method dump ] { } @@ -537,6 +543,15 @@ Extension [ extension #159 redis version 2.2.5 ] { } } + Method [ public method pfadd ] { + } + + Method [ public method pfcount ] { + } + + Method [ public method pfmerge ] { + } + Method [ public method getOption ] { } @@ -549,6 +564,9 @@ Extension [ extension #159 redis version 2.2.5 ] { Method [ public method slowlog ] { } + Method [ public method rawCommand ] { + } + Method [ public method getHost ] { } @@ -573,6 +591,9 @@ Extension [ extension #159 redis version 2.2.5 ] { Method [ public method isConnected ] { } + Method [ public method getMode ] { + } + Method [ public method wait ] { } @@ -682,7 +703,7 @@ Extension [ extension #159 redis version 2.2.5 ] { - Properties [0] { } - - Methods [25] { + - Methods [27] { Method [ public method __construct ] { } @@ -745,6 +766,12 @@ Extension [ extension #159 redis version 2.2.5 ] { Method [ public method keys ] { } + Method [ public method save ] { + } + + Method [ public method bgsave ] { + } + Method [ public method multi ] { } -- cgit