diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 75 | 
1 files changed, 71 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 redis version 6.1.0 ] { +Extension [ <persistent> extension #131 redis version 6.1.1 ] {    - Dependencies {      Dependency [ igbinary (Required) ] @@ -115,7 +115,7 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {    - Classes [6] {      Class [ <internal:redis> class Redis ] { -      - Constants [50] { +      - Constants [51] {          Constant [ public int REDIS_NOT_FOUND ] { 0 }          Constant [ public int REDIS_STRING ] { 1 }          Constant [ public int REDIS_SET ] { 2 } @@ -134,6 +134,7 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {          Constant [ public int OPT_REPLY_LITERAL ] { 8 }          Constant [ public int OPT_COMPRESSION_LEVEL ] { 9 }          Constant [ public int OPT_NULL_MULTIBULK_AS_NULL ] { 10 } +        Constant [ public int OPT_PACK_IGNORE_NUMBERS ] { 15 }          Constant [ public int SERIALIZER_NONE ] { 0 }          Constant [ public int SERIALIZER_PHP ] { 1 }          Constant [ public int SERIALIZER_IGBINARY ] { 2 } @@ -177,7 +178,7 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {        - Properties [0] {        } -      - Methods [255] { +      - Methods [258] {          Method [ <internal:redis, ctor> public method __construct ] {            - Parameters [1] { @@ -836,6 +837,14 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {            - Return [ mixed ]          } +        Method [ <internal:redis> public method getWithMeta ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $key ] +          } +          - Return [ Redis|array|false ] +        } +          Method [ <internal:redis> public method getAuth ] {            - Parameters [0] { @@ -1122,6 +1131,27 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {            - Return [ Redis|array|bool ]          } +        Method [ <internal:redis> public method expiremember ] { + +          - Parameters [4] { +            Parameter #0 [ <required> string $key ] +            Parameter #1 [ <required> string $field ] +            Parameter #2 [ <required> int $ttl ] +            Parameter #3 [ <optional> ?string $unit = null ] +          } +          - Return [ Redis|int|false ] +        } + +        Method [ <internal:redis> public method expirememberat ] { + +          - Parameters [3] { +            Parameter #0 [ <required> string $key ] +            Parameter #1 [ <required> string $field ] +            Parameter #2 [ <required> int $timestamp ] +          } +          - Return [ Redis|int|false ] +        } +          Method [ <internal:redis> public method incr ] {            - Parameters [2] { @@ -2865,7 +2895,7 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {        - Properties [0] {        } -      - Methods [224] { +      - Methods [228] {          Method [ <internal:redis, ctor> public method __construct ] {            - Parameters [7] { @@ -3519,6 +3549,22 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {            - Return [ mixed ]          } +        Method [ <internal:redis> public method getdel ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $key ] +          } +          - Return [ mixed ] +        } + +        Method [ <internal:redis> public method getWithMeta ] { + +          - Parameters [1] { +            Parameter #0 [ <required> string $key ] +          } +          - Return [ RedisCluster|array|false ] +        } +          Method [ <internal:redis> public method getex ] {            - Parameters [2] { @@ -3703,6 +3749,27 @@ Extension [ <persistent> extension #116 redis version 6.1.0 ] {            - Return [ array|bool ]          } +        Method [ <internal:redis> public method expiremember ] { + +          - Parameters [4] { +            Parameter #0 [ <required> string $key ] +            Parameter #1 [ <required> string $field ] +            Parameter #2 [ <required> int $ttl ] +            Parameter #3 [ <optional> ?string $unit = null ] +          } +          - Return [ Redis|int|false ] +        } + +        Method [ <internal:redis> public method expirememberat ] { + +          - Parameters [3] { +            Parameter #0 [ <required> string $key ] +            Parameter #1 [ <required> string $field ] +            Parameter #2 [ <required> int $timestamp ] +          } +          - Return [ Redis|int|false ] +        } +          Method [ <internal:redis> public method hrandfield ] {            - Parameters [2] {  | 
