From 6771cd2d981c671fbb0c83ecc8a5de8f7bcdbcdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Dec 2017 06:59:48 +0100 Subject: v3.1.5 --- REFLECTION | 90 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4b9cdae..16d847a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #184 redis version 3.1.5RC2 ] { +Extension [ extension #185 redis version 3.1.5 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -38,26 +38,26 @@ Extension [ extension #184 redis version 3.1.5RC2 ] { Class [ 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 [ extension #184 redis version 3.1.5RC2 ] { Class [ 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] { -- cgit