diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-01 14:12:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-01 14:12:41 +0200 |
commit | 80b24625f7f3c240bcf8ec8c89a53c77c6eb588f (patch) | |
tree | 2021c89041dafc6cc87b50746b46f2bf59526547 /REFLECTION | |
parent | cfd747fdd9c6194cc055ad33d4dbee4aa0076fb7 (diff) |
v3.1.3RC1
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 ] { } |