diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #173 redis version 3.1.2 ] { +Extension [ <persistent> extension #175 redis version 3.1.3RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -69,7 +69,7 @@ Extension [ <persistent> extension #173 redis version 3.1.2 ] { - Properties [0] { } - - Methods [212] { + - Methods [213] { Method [ <internal:redis, ctor> public method __construct ] { } @@ -451,6 +451,9 @@ Extension [ <persistent> extension #173 redis version 3.1.2 ] { Method [ <internal:redis> public method hMget ] { } + Method [ <internal:redis> public method hStrLen ] { + } + Method [ <internal:redis> public method multi ] { } @@ -876,7 +879,7 @@ Extension [ <persistent> extension #173 redis version 3.1.2 ] { - Properties [0] { } - - Methods [164] { + - Methods [165] { Method [ <internal:redis, ctor> public method __construct ] { } @@ -1078,6 +1081,9 @@ Extension [ <persistent> extension #173 redis version 3.1.2 ] { Method [ <internal:redis> public method hincrbyfloat ] { } + Method [ <internal:redis> public method hstrlen ] { + } + Method [ <internal:redis> public method dump ] { } |