From 80b24625f7f3c240bcf8ec8c89a53c77c6eb588f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Jun 2017 14:12:41 +0200 Subject: v3.1.3RC1 --- REFLECTION | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 45f7d7b..3a131cd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #173 redis version 3.1.2 ] { +Extension [ extension #175 redis version 3.1.3RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -69,7 +69,7 @@ Extension [ extension #173 redis version 3.1.2 ] { - Properties [0] { } - - Methods [212] { + - Methods [213] { Method [ public method __construct ] { } @@ -451,6 +451,9 @@ Extension [ extension #173 redis version 3.1.2 ] { Method [ public method hMget ] { } + Method [ public method hStrLen ] { + } + Method [ public method multi ] { } @@ -876,7 +879,7 @@ Extension [ extension #173 redis version 3.1.2 ] { - Properties [0] { } - - Methods [164] { + - Methods [165] { Method [ public method __construct ] { } @@ -1078,6 +1081,9 @@ Extension [ extension #173 redis version 3.1.2 ] { Method [ public method hincrbyfloat ] { } + Method [ public method hstrlen ] { + } + Method [ public method dump ] { } -- cgit