From b69af47ac30096aa7f7dce37a0af0e86c0d00f80 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2016 09:25:41 +0100 Subject: php-pecl-redis: 3.1.0 --- REFLECTION | 78 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 57 insertions(+), 21 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index ee05efa..1b1e1d7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #206 redis version 2.2.8 ] { +Extension [ extension #161 redis version 3.1.0 ] { - INI { Entry [ redis.arrays.names ] @@ -65,7 +65,7 @@ Extension [ extension #206 redis version 2.2.8 ] { - Properties [0] { } - - Methods [206] { + - Methods [212] { Method [ public method __construct ] { } @@ -591,6 +591,24 @@ Extension [ extension #206 redis version 2.2.8 ] { Method [ public method rawcommand ] { } + Method [ public method geoadd ] { + } + + Method [ public method geohash ] { + } + + Method [ public method geopos ] { + } + + Method [ public method geodist ] { + } + + Method [ public method georadius ] { + } + + Method [ public method georadiusbymember ] { + } + Method [ public method getHost ] { } @@ -854,7 +872,7 @@ Extension [ extension #206 redis version 2.2.8 ] { - Properties [0] { } - - Methods [158] { + - Methods [164] { Method [ public method __construct ] { } @@ -1356,10 +1374,28 @@ Extension [ extension #206 redis version 2.2.8 ] { Method [ public method slowlog ] { } + + Method [ public method geoadd ] { + } + + Method [ public method geohash ] { + } + + Method [ public method geopos ] { + } + + Method [ public method geodist ] { + } + + Method [ public method georadius ] { + } + + Method [ public method georadiusbymember ] { + } } } - Class [ class RedisException extends RuntimeException ] { + Class [ class RedisException extends RuntimeException implements Throwable ] { - Constants [0] { } @@ -1390,33 +1426,33 @@ Extension [ extension #206 redis version 2.2.8 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class RedisClusterException extends RuntimeException ] { + Class [ class RedisClusterException extends RuntimeException implements Throwable ] { - Constants [0] { } @@ -1447,28 +1483,28 @@ Extension [ extension #206 redis version 2.2.8 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } -- cgit