diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #114 redis version 5.3.1 ] { +Extension [ <persistent> extension #115 redis version 5.3.2RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] @@ -100,7 +100,7 @@ Extension [ <persistent> extension #114 redis version 5.3.1 ] { - Classes [6] { Class [ <internal:redis> class Redis ] { - - Constants [36] { + - Constants [37] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -118,6 +118,7 @@ Extension [ <persistent> extension #114 redis version 5.3.1 ] { Constant [ public int OPT_COMPRESSION ] { 7 } 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 SERIALIZER_NONE ] { 0 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } @@ -2302,7 +2303,7 @@ Extension [ <persistent> extension #114 redis version 5.3.1 ] { Class [ <internal:redis> class RedisCluster ] { - - Constants [40] { + - Constants [41] { Constant [ public int REDIS_NOT_FOUND ] { 0 } Constant [ public int REDIS_STRING ] { 1 } Constant [ public int REDIS_SET ] { 2 } @@ -2319,6 +2320,7 @@ Extension [ <persistent> extension #114 redis version 5.3.1 ] { Constant [ public int OPT_COMPRESSION ] { 7 } 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 SERIALIZER_NONE ] { 0 } Constant [ public int SERIALIZER_PHP ] { 1 } Constant [ public int SERIALIZER_IGBINARY ] { 2 } |