diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 90 | 
1 files changed, 45 insertions, 45 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #184 redis version 3.1.5RC2 ] { +Extension [ <persistent> extension #185 redis version 3.1.5 ] {    - Dependencies {      Dependency [ igbinary (Required) ] @@ -38,26 +38,26 @@ Extension [ <persistent> extension #184 redis version 3.1.5RC2 ] {      Class [ <internal:redis> class Redis ] {        - Constants [20] { -        Constant [ integer REDIS_NOT_FOUND ] { 0 } -        Constant [ integer REDIS_STRING ] { 1 } -        Constant [ integer REDIS_SET ] { 2 } -        Constant [ integer REDIS_LIST ] { 3 } -        Constant [ integer REDIS_ZSET ] { 4 } -        Constant [ integer REDIS_HASH ] { 5 } -        Constant [ integer PIPELINE ] { 2 } -        Constant [ integer ATOMIC ] { 0 } -        Constant [ integer MULTI ] { 1 } -        Constant [ integer OPT_SERIALIZER ] { 1 } -        Constant [ integer OPT_PREFIX ] { 2 } -        Constant [ integer OPT_READ_TIMEOUT ] { 3 } -        Constant [ integer SERIALIZER_NONE ] { 0 } -        Constant [ integer SERIALIZER_PHP ] { 1 } -        Constant [ integer SERIALIZER_IGBINARY ] { 2 } -        Constant [ integer OPT_SCAN ] { 4 } -        Constant [ integer SCAN_RETRY ] { 1 } -        Constant [ integer SCAN_NORETRY ] { 0 } -        Constant [ string AFTER ] { after } -        Constant [ string BEFORE ] { before } +        Constant [ public integer REDIS_NOT_FOUND ] { 0 } +        Constant [ public integer REDIS_STRING ] { 1 } +        Constant [ public integer REDIS_SET ] { 2 } +        Constant [ public integer REDIS_LIST ] { 3 } +        Constant [ public integer REDIS_ZSET ] { 4 } +        Constant [ public integer REDIS_HASH ] { 5 } +        Constant [ public integer PIPELINE ] { 2 } +        Constant [ public integer ATOMIC ] { 0 } +        Constant [ public integer MULTI ] { 1 } +        Constant [ public integer OPT_SERIALIZER ] { 1 } +        Constant [ public integer OPT_PREFIX ] { 2 } +        Constant [ public integer OPT_READ_TIMEOUT ] { 3 } +        Constant [ public integer SERIALIZER_NONE ] { 0 } +        Constant [ public integer SERIALIZER_PHP ] { 1 } +        Constant [ public integer SERIALIZER_IGBINARY ] { 2 } +        Constant [ public integer OPT_SCAN ] { 4 } +        Constant [ public integer SCAN_RETRY ] { 1 } +        Constant [ public integer SCAN_NORETRY ] { 0 } +        Constant [ public string AFTER ] { after } +        Constant [ public string BEFORE ] { before }        }        - Static properties [0] { @@ -844,30 +844,30 @@ Extension [ <persistent> extension #184 redis version 3.1.5RC2 ] {      Class [ <internal:redis> class RedisCluster ] {        - Constants [24] { -        Constant [ integer REDIS_NOT_FOUND ] { 0 } -        Constant [ integer REDIS_STRING ] { 1 } -        Constant [ integer REDIS_SET ] { 2 } -        Constant [ integer REDIS_LIST ] { 3 } -        Constant [ integer REDIS_ZSET ] { 4 } -        Constant [ integer REDIS_HASH ] { 5 } -        Constant [ integer ATOMIC ] { 0 } -        Constant [ integer MULTI ] { 1 } -        Constant [ integer OPT_SERIALIZER ] { 1 } -        Constant [ integer OPT_PREFIX ] { 2 } -        Constant [ integer OPT_READ_TIMEOUT ] { 3 } -        Constant [ integer SERIALIZER_NONE ] { 0 } -        Constant [ integer SERIALIZER_PHP ] { 1 } -        Constant [ integer SERIALIZER_IGBINARY ] { 2 } -        Constant [ integer OPT_SCAN ] { 4 } -        Constant [ integer SCAN_RETRY ] { 1 } -        Constant [ integer SCAN_NORETRY ] { 0 } -        Constant [ integer OPT_SLAVE_FAILOVER ] { 5 } -        Constant [ integer FAILOVER_NONE ] { 0 } -        Constant [ integer FAILOVER_ERROR ] { 1 } -        Constant [ integer FAILOVER_DISTRIBUTE ] { 2 } -        Constant [ integer FAILOVER_DISTRIBUTE_SLAVES ] { 3 } -        Constant [ string AFTER ] { after } -        Constant [ string BEFORE ] { before } +        Constant [ public integer REDIS_NOT_FOUND ] { 0 } +        Constant [ public integer REDIS_STRING ] { 1 } +        Constant [ public integer REDIS_SET ] { 2 } +        Constant [ public integer REDIS_LIST ] { 3 } +        Constant [ public integer REDIS_ZSET ] { 4 } +        Constant [ public integer REDIS_HASH ] { 5 } +        Constant [ public integer ATOMIC ] { 0 } +        Constant [ public integer MULTI ] { 1 } +        Constant [ public integer OPT_SERIALIZER ] { 1 } +        Constant [ public integer OPT_PREFIX ] { 2 } +        Constant [ public integer OPT_READ_TIMEOUT ] { 3 } +        Constant [ public integer SERIALIZER_NONE ] { 0 } +        Constant [ public integer SERIALIZER_PHP ] { 1 } +        Constant [ public integer SERIALIZER_IGBINARY ] { 2 } +        Constant [ public integer OPT_SCAN ] { 4 } +        Constant [ public integer SCAN_RETRY ] { 1 } +        Constant [ public integer SCAN_NORETRY ] { 0 } +        Constant [ public integer OPT_SLAVE_FAILOVER ] { 5 } +        Constant [ public integer FAILOVER_NONE ] { 0 } +        Constant [ public integer FAILOVER_ERROR ] { 1 } +        Constant [ public integer FAILOVER_DISTRIBUTE ] { 2 } +        Constant [ public integer FAILOVER_DISTRIBUTE_SLAVES ] { 3 } +        Constant [ public string AFTER ] { after } +        Constant [ public string BEFORE ] { before }        }        - Static properties [0] { | 
