From 3cf12039fdd76ff7d89350de40350fb9bd1ed598 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 10:37:53 +0100 Subject: update to 4.0.0RC1 rename to php-pecl-redis4 enable lzf support update configuration for new options --- REFLECTION | 3332 ++++++++++++++++++++++++++++++++++++++++---------- php-pecl-redis4.spec | 74 +- 2 files changed, 2725 insertions(+), 681 deletions(-) diff --git a/REFLECTION b/REFLECTION index 106c353..6638d6b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,43 +1,64 @@ -Extension [ extension #185 redis version 3.1.6 ] { +Extension [ extension #188 redis version 4.0.0RC1 ] { - Dependencies { Dependency [ igbinary (Required) ] } - INI { - Entry [ redis.arrays.names ] + Entry [ redis.arrays.autorehash ] Current = '' } - Entry [ redis.arrays.hosts ] + Entry [ redis.arrays.connecttimeout ] Current = '' } - Entry [ redis.arrays.previous ] + Entry [ redis.arrays.distributor ] Current = '' } Entry [ redis.arrays.functions ] Current = '' } + Entry [ redis.arrays.hosts ] + Current = '' + } Entry [ redis.arrays.index ] Current = '' } - Entry [ redis.arrays.autorehash ] + Entry [ redis.arrays.lazyconnect ] Current = '' } - Entry [ redis.clusters.seeds ] + Entry [ redis.arrays.names ] Current = '' } - Entry [ redis.clusters.timeout ] + Entry [ redis.arrays.pconnect ] + Current = '' + } + Entry [ redis.arrays.previous ] + Current = '' + } + Entry [ redis.arrays.readtimeout ] + Current = '' + } + Entry [ redis.arrays.retryinterval ] + Current = '' + } + Entry [ redis.clusters.persistent ] Current = '' } Entry [ redis.clusters.read_timeout ] Current = '' } + Entry [ redis.clusters.seeds ] + Current = '' + } + Entry [ redis.clusters.timeout ] + Current = '' + } } - Classes [5] { Class [ class Redis ] { - - Constants [20] { + - Constants [24] { Constant [ public integer REDIS_NOT_FOUND ] { 0 } Constant [ public integer REDIS_STRING ] { 1 } Constant [ public integer REDIS_SET ] { 2 } @@ -50,9 +71,13 @@ Extension [ extension #185 redis version 3.1.6 ] { Constant [ public integer OPT_SERIALIZER ] { 1 } Constant [ public integer OPT_PREFIX ] { 2 } Constant [ public integer OPT_READ_TIMEOUT ] { 3 } + Constant [ public integer OPT_TCP_KEEPALIVE ] { 6 } + Constant [ public integer OPT_COMPRESSION ] { 7 } Constant [ public integer SERIALIZER_NONE ] { 0 } Constant [ public integer SERIALIZER_PHP ] { 1 } Constant [ public integer SERIALIZER_IGBINARY ] { 2 } + Constant [ public integer COMPRESSION_NONE ] { 0 } + Constant [ public integer COMPRESSION_LZF ] { 1 } Constant [ public integer OPT_SCAN ] { 4 } Constant [ public integer SCAN_RETRY ] { 1 } Constant [ public integer SCAN_NORETRY ] { 0 } @@ -69,1181 +94,3054 @@ Extension [ extension #185 redis version 3.1.6 ] { - Properties [0] { } - - Methods [213] { + - Methods [215] { Method [ public method __construct ] { + + - Parameters [0] { + } } Method [ public method __destruct ] { - } - Method [ public method connect ] { + - Parameters [0] { + } } - Method [ public method pconnect ] { - } + Method [ public method _prefix ] { - Method [ public method close ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method ping ] { - } + Method [ public method _serialize ] { - Method [ public method echo ] { + - Parameters [1] { + Parameter #0 [ $value ] + } } - Method [ public method get ] { - } + Method [ public method _unserialize ] { - Method [ public method set ] { + - Parameters [1] { + Parameter #0 [ $value ] + } } - Method [ public method setex ] { - } + Method [ public method append ] { - Method [ public method psetex ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method setnx ] { - } + Method [ public method auth ] { - Method [ public method getSet ] { + - Parameters [1] { + Parameter #0 [ $password ] + } } - Method [ public method randomKey ] { - } + Method [ public method bgSave ] { - Method [ public method renameKey ] { + - Parameters [0] { + } } - Method [ public method renameNx ] { - } + Method [ public method bgrewriteaof ] { - Method [ public method getMultiple ] { + - Parameters [0] { + } } - Method [ public method exists ] { - } + Method [ public method bitcount ] { - Method [ public method delete ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method incr ] { - } + Method [ public method bitop ] { - Method [ public method incrBy ] { + - Parameters [4] { + Parameter #0 [ $operation ] + Parameter #1 [ $ret_key ] + Parameter #2 [ $key ] + Parameter #3 [ ...$other_keys ] + } } - Method [ public method incrByFloat ] { - } + Method [ public method bitpos ] { - Method [ public method decr ] { + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $bit ] + Parameter #2 [ $start ] + Parameter #3 [ $end ] + } } - Method [ public method decrBy ] { - } + Method [ public method blPop ] { - Method [ public method type ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout_or_key ] + Parameter #2 [ ...$extra_args ] + } } - Method [ public method append ] { - } + Method [ public method brPop ] { - Method [ public method getRange ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout_or_key ] + Parameter #2 [ ...$extra_args ] + } } - Method [ public method setRange ] { - } + Method [ public method brpoplpush ] { - Method [ public method getBit ] { + - Parameters [3] { + Parameter #0 [ $src ] + Parameter #1 [ $dst ] + Parameter #2 [ $timeout ] + } } - Method [ public method setBit ] { - } + Method [ public method clearLastError ] { - Method [ public method strlen ] { + - Parameters [0] { + } } - Method [ public method getKeys ] { - } + Method [ public method client ] { - Method [ public method sort ] { + - Parameters [2] { + Parameter #0 [ $cmd ] + Parameter #1 [ ...$args ] + } } - Method [ public method sortAsc ] { - } + Method [ public method close ] { - Method [ public method sortAscAlpha ] { + - Parameters [0] { + } } - Method [ public method sortDesc ] { - } + Method [ public method command ] { - Method [ public method sortDescAlpha ] { + - Parameters [1] { + Parameter #0 [ ...$args ] + } } - Method [ public method lPush ] { - } + Method [ public method config ] { - Method [ public method rPush ] { + - Parameters [3] { + Parameter #0 [ $cmd ] + Parameter #1 [ $key ] + Parameter #2 [ $value ] + } } - Method [ public method lPushx ] { - } + Method [ public method connect ] { - Method [ public method rPushx ] { + - Parameters [4] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + Parameter #3 [ $retry_interval ] + } } - Method [ public method lPop ] { - } + Method [ public method dbSize ] { - Method [ public method rPop ] { + - Parameters [0] { + } } - Method [ public method blPop ] { - } + Method [ public method debug ] { - Method [ public method brPop ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method lSize ] { - } + Method [ public method decr ] { - Method [ public method lRemove ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method listTrim ] { - } + Method [ public method decrBy ] { - Method [ public method lGet ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method lGetRange ] { - } + Method [ public method delete ] { - Method [ public method lSet ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method lInsert ] { - } + Method [ public method discard ] { - Method [ public method sAdd ] { + - Parameters [0] { + } } - Method [ public method sAddArray ] { - } + Method [ public method dump ] { - Method [ public method sSize ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method sRemove ] { - } + Method [ public method echo ] { - Method [ public method sMove ] { + - Parameters [1] { + Parameter #0 [ $msg ] + } } - Method [ public method sPop ] { - } + Method [ public method eval ] { - Method [ public method sRandMember ] { + - Parameters [3] { + Parameter #0 [ $script ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } } - Method [ public method sContains ] { - } + Method [ public method evalsha ] { - Method [ public method sMembers ] { + - Parameters [3] { + Parameter #0 [ $script_sha ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } } - Method [ public method sInter ] { - } + Method [ public method exec ] { - Method [ public method sInterStore ] { + - Parameters [0] { + } } - Method [ public method sUnion ] { - } + Method [ public method exists ] { - Method [ public method sUnionStore ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method sDiff ] { - } + Method [ public method expireAt ] { - Method [ public method sDiffStore ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } } - Method [ public method setTimeout ] { - } + Method [ public method flushAll ] { - Method [ public method save ] { + - Parameters [0] { + } } - Method [ public method bgSave ] { - } + Method [ public method flushDB ] { - Method [ public method lastSave ] { + - Parameters [0] { + } } - Method [ public method flushDB ] { - } + Method [ public method geoadd ] { - Method [ public method flushAll ] { + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $lng ] + Parameter #2 [ $lat ] + Parameter #3 [ $member ] + Parameter #4 [ ...$other_triples ] + } } - Method [ public method dbSize ] { - } + Method [ public method geodist ] { - Method [ public method auth ] { + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $src ] + Parameter #2 [ $dst ] + Parameter #3 [ $unit ] + } } - Method [ public method ttl ] { - } + Method [ public method geohash ] { - Method [ public method pttl ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } } - Method [ public method persist ] { - } + Method [ public method geopos ] { - Method [ public method info ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } } - Method [ public method select ] { - } + Method [ public method georadius ] { - Method [ public method move ] { + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $lng ] + Parameter #2 [ $lan ] + Parameter #3 [ $radius ] + Parameter #4 [ $unit ] + Parameter #5 [ array $opts ] + } } - Method [ public method bgrewriteaof ] { - } + Method [ public method georadiusbymember ] { - Method [ public method slaveof ] { + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $radius ] + Parameter #3 [ $unit ] + Parameter #4 [ array $opts ] + } } - Method [ public method object ] { - } + Method [ public method get ] { - Method [ public method bitop ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method bitcount ] { - } + Method [ public method getAuth ] { - Method [ public method bitpos ] { + - Parameters [0] { + } } - Method [ public method mset ] { - } + Method [ public method getBit ] { - Method [ public method msetnx ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + } } - Method [ public method rpoplpush ] { - } + Method [ public method getDBNum ] { - Method [ public method brpoplpush ] { + - Parameters [0] { + } } - Method [ public method zAdd ] { - } + Method [ public method getHost ] { - Method [ public method zDelete ] { + - Parameters [0] { + } } - Method [ public method zRange ] { - } + Method [ public method getKeys ] { - Method [ public method zRevRange ] { + - Parameters [1] { + Parameter #0 [ $pattern ] + } } - Method [ public method zRangeByScore ] { - } + Method [ public method getLastError ] { - Method [ public method zRevRangeByScore ] { + - Parameters [0] { + } } - Method [ public method zRangeByLex ] { - } + Method [ public method getMode ] { - Method [ public method zRevRangeByLex ] { + - Parameters [0] { + } } - Method [ public method zLexCount ] { - } + Method [ public method getMultiple ] { - Method [ public method zRemRangeByLex ] { + - Parameters [1] { + Parameter #0 [ array $keys ] + } } - Method [ public method zCount ] { - } + Method [ public method getOption ] { - Method [ public method zDeleteRangeByScore ] { + - Parameters [1] { + Parameter #0 [ $option ] + } } - Method [ public method zDeleteRangeByRank ] { - } + Method [ public method getPersistentID ] { - Method [ public method zCard ] { + - Parameters [0] { + } } - Method [ public method zScore ] { - } + Method [ public method getPort ] { - Method [ public method zRank ] { + - Parameters [0] { + } } - Method [ public method zRevRank ] { - } + Method [ public method getRange ] { - Method [ public method zInter ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } } - Method [ public method zUnion ] { - } + Method [ public method getReadTimeout ] { - Method [ public method zIncrBy ] { + - Parameters [0] { + } } - Method [ public method expireAt ] { - } + Method [ public method getSet ] { - Method [ public method pexpire ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method pexpireAt ] { - } + Method [ public method getTimeout ] { - Method [ public method hGet ] { + - Parameters [0] { + } } - Method [ public method hSet ] { - } + Method [ public method hDel ] { - Method [ public method hSetNx ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } } - Method [ public method hDel ] { - } + Method [ public method hExists ] { - Method [ public method hLen ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } - Method [ public method hKeys ] { - } + Method [ public method hGet ] { - Method [ public method hVals ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } Method [ public method hGetAll ] { - } - Method [ public method hExists ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method hIncrBy ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } } Method [ public method hIncrByFloat ] { - } - Method [ public method hMset ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } } - Method [ public method hMget ] { - } + Method [ public method hKeys ] { - Method [ public method hStrLen ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method multi ] { - } + Method [ public method hLen ] { - Method [ public method discard ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method exec ] { - } + Method [ public method hMget ] { - Method [ public method pipeline ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + } } - Method [ public method watch ] { - } + Method [ public method hMset ] { - Method [ public method unwatch ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $pairs ] + } } - Method [ public method publish ] { - } + Method [ public method hSet ] { - Method [ public method subscribe ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } } - Method [ public method psubscribe ] { - } + Method [ public method hSetNx ] { - Method [ public method unsubscribe ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } } - Method [ public method punsubscribe ] { - } + Method [ public method hStrLen ] { - Method [ public method time ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } - Method [ public method role ] { - } + Method [ public method hVals ] { - Method [ public method eval ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method evalsha ] { - } + Method [ public method hscan ] { - Method [ public method script ] { + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ &$i_iterator ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } } - Method [ public method debug ] { - } + Method [ public method incr ] { - Method [ public method dump ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method restore ] { - } + Method [ public method incrBy ] { - Method [ public method migrate ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method getLastError ] { - } + Method [ public method incrByFloat ] { - Method [ public method clearLastError ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method _prefix ] { - } + Method [ public method info ] { - Method [ public method _serialize ] { + - Parameters [1] { + Parameter #0 [ $option ] + } } - Method [ public method _unserialize ] { - } + Method [ public method isConnected ] { - Method [ public method client ] { + - Parameters [0] { + } } - Method [ public method command ] { + Method [ public method lGet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + } } - Method [ public method scan ] { + Method [ public method lGetRange ] { - Parameters [3] { - Parameter #0 [ &$i_iterator ] - Parameter #1 [ $str_pattern ] - Parameter #2 [ $i_count ] + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] } } - Method [ public method hscan ] { + Method [ public method lInsert ] { - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + Parameter #0 [ $key ] + Parameter #1 [ $position ] + Parameter #2 [ $pivot ] + Parameter #3 [ $value ] } } - Method [ public method zscan ] { + Method [ public method lPop ] { - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + - Parameters [1] { + Parameter #0 [ $key ] } } - Method [ public method sscan ] { + Method [ public method lPush ] { - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] } } - Method [ public method pfadd ] { - } + Method [ public method lPushx ] { - Method [ public method pfcount ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method pfmerge ] { - } + Method [ public method lRemove ] { - Method [ public method getOption ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $count ] + } } - Method [ public method setOption ] { - } + Method [ public method lSet ] { - Method [ public method config ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } } - Method [ public method slowlog ] { - } + Method [ public method lSize ] { - Method [ public method rawcommand ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method geoadd ] { - } + Method [ public method lastSave ] { - Method [ public method geohash ] { + - Parameters [0] { + } } - Method [ public method geopos ] { - } + Method [ public method listTrim ] { - Method [ public method geodist ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $stop ] + } } - Method [ public method georadius ] { + Method [ public method migrate ] { + + - Parameters [7] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $key ] + Parameter #3 [ $db ] + Parameter #4 [ $timeout ] + Parameter #5 [ $copy ] + Parameter #6 [ $replace ] + } } - Method [ public method georadiusbymember ] { - } + Method [ public method move ] { - Method [ public method getHost ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $dbindex ] + } } - Method [ public method getPort ] { - } + Method [ public method mset ] { - Method [ public method getDBNum ] { + - Parameters [1] { + Parameter #0 [ array $pairs ] + } } - Method [ public method getTimeout ] { - } + Method [ public method msetnx ] { - Method [ public method getReadTimeout ] { + - Parameters [1] { + Parameter #0 [ array $pairs ] + } } - Method [ public method getPersistentID ] { - } + Method [ public method multi ] { - Method [ public method getAuth ] { + - Parameters [0] { + } } - Method [ public method isConnected ] { - } + Method [ public method object ] { - Method [ public method getMode ] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $key ] + } } - Method [ public method wait ] { - } + Method [ public method pconnect ] { - Method [ public method pubsub ] { + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + } } - Method [ public method open ] { - } + Method [ public method persist ] { - Method [ public method popen ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method lLen ] { - } + Method [ public method pexpire ] { - Method [ public method sGetMembers ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } } - Method [ public method mget ] { - } + Method [ public method pexpireAt ] { - Method [ public method expire ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } } - Method [ public method zunionstore ] { - } + Method [ public method pfadd ] { - Method [ public method zinterstore ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $elements ] + } } - Method [ public method zRemove ] { - } + Method [ public method pfcount ] { - Method [ public method zRem ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method zRemoveRangeByScore ] { - } + Method [ public method pfmerge ] { - Method [ public method zRemRangeByScore ] { + - Parameters [2] { + Parameter #0 [ $dstkey ] + Parameter #1 [ array $keys ] + } } - Method [ public method zRemRangeByRank ] { - } + Method [ public method ping ] { - Method [ public method zSize ] { + - Parameters [0] { + } } - Method [ public method substr ] { - } + Method [ public method pipeline ] { - Method [ public method rename ] { + - Parameters [0] { + } } - Method [ public method del ] { - } + Method [ public method psetex ] { - Method [ public method keys ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $expire ] + Parameter #2 [ $value ] + } } - Method [ public method lrem ] { + Method [ public method psubscribe ] { + + - Parameters [1] { + Parameter #0 [ array $patterns ] + } } - Method [ public method ltrim ] { + Method [ public method pttl ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method lindex ] { + Method [ public method publish ] { + + - Parameters [2] { + Parameter #0 [ $channel ] + Parameter #1 [ $message ] + } } - Method [ public method lrange ] { + Method [ public method pubsub ] { + + - Parameters [2] { + Parameter #0 [ $cmd ] + Parameter #1 [ ...$args ] + } } - Method [ public method scard ] { + Method [ public method punsubscribe ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ ...$other_patterns ] + } } - Method [ public method srem ] { + Method [ public method rPop ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method sismember ] { + Method [ public method rPush ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method zReverseRange ] { + Method [ public method rPushx ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method sendEcho ] { + Method [ public method randomKey ] { + + - Parameters [0] { + } } - Method [ public method evaluate ] { + Method [ public method rawcommand ] { + + - Parameters [2] { + Parameter #0 [ $cmd ] + Parameter #1 [ ...$args ] + } } - Method [ public method evaluateSha ] { + Method [ public method renameKey ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $newkey ] + } } - } - } - Class [ class RedisArray ] { + Method [ public method renameNx ] { - - Constants [0] { - } + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $newkey ] + } + } - - Static properties [0] { - } + Method [ public method restore ] { - - Static methods [0] { - } + - Parameters [3] { + Parameter #0 [ $ttl ] + Parameter #1 [ $key ] + Parameter #2 [ $value ] + } + } - - Properties [0] { - } + Method [ public method role ] { - - Methods [27] { - Method [ public method __construct ] { + - Parameters [0] { + } } - Method [ public method __call ] { + Method [ public method rpoplpush ] { - Parameters [2] { - Parameter #0 [ $function_name ] - Parameter #1 [ $arguments ] + Parameter #0 [ $src ] + Parameter #1 [ $dst ] } } - Method [ public method _hosts ] { - } + Method [ public method sAdd ] { - Method [ public method _target ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method _instance ] { - } + Method [ public method sAddArray ] { - Method [ public method _function ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $options ] + } } - Method [ public method _distributor ] { + Method [ public method sContains ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method _rehash ] { + Method [ public method sDiff ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method select ] { + Method [ public method sDiffStore ] { + + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } - Method [ public method info ] { + Method [ public method sInter ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method ping ] { + Method [ public method sInterStore ] { + + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } - Method [ public method flushdb ] { + Method [ public method sMembers ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method flushall ] { + Method [ public method sMove ] { + + - Parameters [3] { + Parameter #0 [ $src ] + Parameter #1 [ $dst ] + Parameter #2 [ $value ] + } } - Method [ public method mget ] { + Method [ public method sPop ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method mset ] { + Method [ public method sRandMember ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $count ] + } } - Method [ public method del ] { + Method [ public method sRemove ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method getOption ] { + Method [ public method sSize ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method setOption ] { + Method [ public method sUnion ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method keys ] { + Method [ public method sUnionStore ] { + + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } Method [ public method save ] { - } - Method [ public method bgsave ] { + - Parameters [0] { + } } - Method [ public method multi ] { - } + Method [ public method scan ] { - Method [ public method exec ] { + - Parameters [3] { + Parameter #0 [ &$i_iterator ] + Parameter #1 [ $str_pattern ] + Parameter #2 [ $i_count ] + } } - Method [ public method discard ] { - } + Method [ public method script ] { - Method [ public method unwatch ] { + - Parameters [2] { + Parameter #0 [ $cmd ] + Parameter #1 [ ...$args ] + } } - Method [ public method delete ] { + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ $dbindex ] + } + } + + Method [ public method set ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $timeout ] + Parameter #3 [ $opt ] + } + } + + Method [ public method setBit ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + Parameter #2 [ $value ] + } + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } + } + + Method [ public method setRange ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + Parameter #2 [ $value ] + } + } + + Method [ public method setTimeout ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method setex ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $expire ] + Parameter #2 [ $value ] + } + } + + Method [ public method setnx ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method slaveof ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + } + } + + Method [ public method slowlog ] { + + - Parameters [2] { + Parameter #0 [ $arg ] + Parameter #1 [ $option ] + } + } + + Method [ public method sort ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $options ] + } + } + + Method [ public method sortAsc ] { + + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $pattern ] + Parameter #2 [ $get ] + Parameter #3 [ $start ] + Parameter #4 [ $end ] + Parameter #5 [ $getList ] + } + } + + Method [ public method sortAscAlpha ] { + + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $pattern ] + Parameter #2 [ $get ] + Parameter #3 [ $start ] + Parameter #4 [ $end ] + Parameter #5 [ $getList ] + } + } + + Method [ public method sortDesc ] { + + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $pattern ] + Parameter #2 [ $get ] + Parameter #3 [ $start ] + Parameter #4 [ $end ] + Parameter #5 [ $getList ] + } + } + + Method [ public method sortDescAlpha ] { + + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $pattern ] + Parameter #2 [ $get ] + Parameter #3 [ $start ] + Parameter #4 [ $end ] + Parameter #5 [ $getList ] + } + } + + Method [ public method sscan ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ &$i_iterator ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method strlen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method subscribe ] { + + - Parameters [1] { + Parameter #0 [ array $channels ] + } + } + + Method [ public method swapdb ] { + + - Parameters [2] { + Parameter #0 [ $srcdb ] + Parameter #1 [ $dstdb ] + } + } + + Method [ public method time ] { + + - Parameters [0] { + } + } + + Method [ public method ttl ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method type ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method unlink ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } + } + + Method [ public method unsubscribe ] { + + - Parameters [2] { + Parameter #0 [ $channel ] + Parameter #1 [ ...$other_channels ] + } + } + + Method [ public method unwatch ] { + + - Parameters [0] { + } + } + + Method [ public method wait ] { + + - Parameters [2] { + Parameter #0 [ $numslaves ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method watch ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } + } + + Method [ public method zAdd ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $score ] + Parameter #2 [ $value ] + } + } + + Method [ public method zCard ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method zCount ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zDelete ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method zDeleteRangeByRank ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method zDeleteRangeByScore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zIncrBy ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $member ] + } + } + + Method [ public method zInter ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } + } + + Method [ public method zLexCount ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zRange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $scores ] + } + } + + Method [ public method zRangeByLex ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] + } + } + + Method [ public method zRangeByScore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ array $options ] + } + } + + Method [ public method zRank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method zRemRangeByLex ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zRevRange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $scores ] + } + } + + Method [ public method zRevRangeByLex ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] + } + } + + Method [ public method zRevRangeByScore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ array $options ] + } + } + + Method [ public method zRevRank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method zScore ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method zUnion ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } + } + + Method [ public method zscan ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ &$i_iterator ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method del ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } + } + + Method [ public method evaluate ] { + + - Parameters [3] { + Parameter #0 [ $script ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } + } + + Method [ public method evaluateSha ] { + + - Parameters [3] { + Parameter #0 [ $script_sha ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } + } + + Method [ public method expire ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method lLen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method lindex ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + } + } + + Method [ public method lrange ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method lrem ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $count ] + } + } + + Method [ public method ltrim ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $stop ] + } + } + + Method [ public method mget ] { + + - Parameters [1] { + Parameter #0 [ array $keys ] + } + } + + Method [ public method open ] { + + - Parameters [4] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + Parameter #3 [ $retry_interval ] + } + } + + Method [ public method popen ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + } + } + + Method [ public method rename ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $newkey ] + } + } + + Method [ public method sGetMembers ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method scard ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method sendEcho ] { + + - Parameters [1] { + Parameter #0 [ $msg ] + } + } + + Method [ public method sismember ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method srem ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method substr ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method zRem ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method zRemRangeByRank ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zRemRangeByScore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zRemove ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method zRemoveRangeByScore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } + } + + Method [ public method zReverseRange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $scores ] + } + } + + Method [ public method zSize ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method zinterstore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } + } + + Method [ public method zunionstore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } + } + } + } + + Class [ class RedisArray ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [28] { + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $function_name ] + Parameter #1 [ $arguments ] + } + } + + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $name_or_hosts ] + Parameter #1 [ array $options ] + } + } + + Method [ public method _distributor ] { + + - Parameters [0] { + } + } + + Method [ public method _function ] { + + - Parameters [0] { + } + } + + Method [ public method _hosts ] { + + - Parameters [0] { + } + } + + Method [ public method _instance ] { + + - Parameters [1] { + Parameter #0 [ $host ] + } + } + + Method [ public method _rehash ] { + + - Parameters [1] { + Parameter #0 [ $callable ] + } + } + + Method [ public method _target ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method bgsave ] { + + - Parameters [0] { + } + } + + Method [ public method del ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + } + + Method [ public method discard ] { + + - Parameters [0] { + } + } + + Method [ public method exec ] { + + - Parameters [0] { + } + } + + Method [ public method flushall ] { + + - Parameters [0] { + } + } + + Method [ public method flushdb ] { + + - Parameters [0] { + } + } + + Method [ public method getOption ] { + + - Parameters [1] { + Parameter #0 [ $opt ] + } + } + + Method [ public method info ] { + + - Parameters [0] { + } + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method mget ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + } + + Method [ public method mset ] { + + - Parameters [1] { + Parameter #0 [ $pairs ] + } + } + + Method [ public method multi ] { + + - Parameters [2] { + Parameter #0 [ $host ] + Parameter #1 [ $mode ] + } + } + + Method [ public method ping ] { + + - Parameters [0] { + } + } + + Method [ public method save ] { + + - Parameters [0] { + } + } + + Method [ public method select ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method setOption ] { + + - Parameters [2] { + Parameter #0 [ $opt ] + Parameter #1 [ $value ] + } + } + + Method [ public method unlink ] { + + - Parameters [0] { + } + } + + Method [ public method unwatch ] { + + - Parameters [0] { + } + } + + Method [ public method delete ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } } Method [ public method getMultiple ] { + + - Parameters [1] { + Parameter #0 [ $keys ] + } + } + } + } + + Class [ class RedisCluster ] { + + - Constants [28] { + 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 OPT_TCP_KEEPALIVE ] { 6 } + Constant [ public integer OPT_COMPRESSION ] { 7 } + Constant [ public integer SERIALIZER_NONE ] { 0 } + Constant [ public integer SERIALIZER_PHP ] { 1 } + Constant [ public integer SERIALIZER_IGBINARY ] { 2 } + Constant [ public integer COMPRESSION_NONE ] { 0 } + Constant [ public integer COMPRESSION_LZF ] { 1 } + 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] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [166] { + Method [ public method __construct ] { + + - Parameters [5] { + Parameter #0 [ $name ] + Parameter #1 [ array $seeds ] + Parameter #2 [ $timeout ] + Parameter #3 [ $read_timeout ] + Parameter #4 [ $persistent ] + } + } + + Method [ public method _masters ] { + + - Parameters [0] { + } + } + + Method [ public method _prefix ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method _redir ] { + + - Parameters [0] { + } + } + + Method [ public method _serialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method _unserialize ] { + + - Parameters [1] { + Parameter #0 [ $value ] + } + } + + Method [ public method append ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method bgrewriteaof ] { + + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } + } + + Method [ public method bgsave ] { + + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } + } + + Method [ public method bitcount ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method bitop ] { + + - Parameters [4] { + Parameter #0 [ $operation ] + Parameter #1 [ $ret_key ] + Parameter #2 [ $key ] + Parameter #3 [ ...$other_keys ] + } + } + + Method [ public method bitpos ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $bit ] + Parameter #2 [ $start ] + Parameter #3 [ $end ] + } + } + + Method [ public method blpop ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout_or_key ] + Parameter #2 [ ...$extra_args ] + } + } + + Method [ public method brpop ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout_or_key ] + Parameter #2 [ ...$extra_args ] + } + } + + Method [ public method brpoplpush ] { + + - Parameters [3] { + Parameter #0 [ $src ] + Parameter #1 [ $dst ] + Parameter #2 [ $timeout ] + } + } + + Method [ public method clearlasterror ] { + + - Parameters [0] { + } + } + + Method [ public method client ] { + + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method cluster ] { + + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } + } + + Method [ public method command ] { + + - Parameters [1] { + Parameter #0 [ ...$args ] + } + } + + Method [ public method config ] { + + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } + } + + Method [ public method dbsize ] { + + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } + } + + Method [ public method decr ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method decrby ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method del ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } + } + + Method [ public method discard ] { + + - Parameters [0] { + } + } + + Method [ public method dump ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method echo ] { + + - Parameters [1] { + Parameter #0 [ $msg ] + } + } + + Method [ public method eval ] { + + - Parameters [3] { + Parameter #0 [ $script ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } + } + + Method [ public method evalsha ] { + + - Parameters [3] { + Parameter #0 [ $script_sha ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] + } + } + + Method [ public method exec ] { + + - Parameters [0] { + } + } + + Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - } - } - Class [ class RedisCluster ] { + Method [ public method expire ] { - - Constants [24] { - 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 } - } + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timeout ] + } + } - - Static properties [0] { - } + Method [ public method expireat ] { - - Static methods [0] { - } + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } + } - - Properties [0] { - } + Method [ public method flushall ] { - - Methods [165] { - Method [ public method __construct ] { + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } } - Method [ public method close ] { + Method [ public method flushdb ] { + + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } + } + + Method [ public method geoadd ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $lng ] + Parameter #2 [ $lat ] + Parameter #3 [ $member ] + Parameter #4 [ ...$other_triples ] + } + } + + Method [ public method geodist ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $src ] + Parameter #2 [ $dst ] + Parameter #3 [ $unit ] + } + } + + Method [ public method geohash ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method geopos ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method georadius ] { + + - Parameters [6] { + Parameter #0 [ $key ] + Parameter #1 [ $lng ] + Parameter #2 [ $lan ] + Parameter #3 [ $radius ] + Parameter #4 [ $unit ] + Parameter #5 [ array $opts ] + } + } + + Method [ public method georadiusbymember ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $radius ] + Parameter #3 [ $unit ] + Parameter #4 [ array $opts ] + } } Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method set ] { + Method [ public method getbit ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + } } - Method [ public method mget ] { + Method [ public method getlasterror ] { + + - Parameters [0] { + } + } + + Method [ public method getmode ] { + + - Parameters [0] { + } + } + + Method [ public method getoption ] { + + - Parameters [1] { + Parameter #0 [ $option ] + } + } + + Method [ public method getrange ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } + } + + Method [ public method getset ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method hdel ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } + } + + Method [ public method hexists ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method hget ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method hgetall ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hincrby ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } + } + + Method [ public method hincrbyfloat ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } + } + + Method [ public method hkeys ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hlen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method hmget ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + } + } + + Method [ public method hmset ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $pairs ] + } + } + + Method [ public method hscan ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ &$i_iterator ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } + } + + Method [ public method hset ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } } - Method [ public method mset ] { + Method [ public method hsetnx ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ $value ] + } + } + + Method [ public method hstrlen ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } + } + + Method [ public method hvals ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method incr ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method incrby ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method incrbyfloat ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method info ] { + + - Parameters [2] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $option ] + } + } + + Method [ public method keys ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method lastsave ] { + + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } + } + + Method [ public method lget ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + } + } + + Method [ public method lindex ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + } + } + + Method [ public method linsert ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $position ] + Parameter #2 [ $pivot ] + Parameter #3 [ $value ] + } } - Method [ public method msetnx ] { - } + Method [ public method llen ] { - Method [ public method del ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method setex ] { - } + Method [ public method lpop ] { - Method [ public method psetex ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method setnx ] { - } + Method [ public method lpush ] { - Method [ public method getset ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method exists ] { - } + Method [ public method lpushx ] { - Method [ public method keys ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method type ] { - } + Method [ public method lrange ] { - Method [ public method lpop ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + } } - Method [ public method rpop ] { + Method [ public method lrem ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method lset ] { - } - Method [ public method spop ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $index ] + Parameter #2 [ $value ] + } } - Method [ public method lpush ] { - } + Method [ public method ltrim ] { - Method [ public method rpush ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $stop ] + } } - Method [ public method blpop ] { - } + Method [ public method mget ] { - Method [ public method brpop ] { + - Parameters [1] { + Parameter #0 [ array $keys ] + } } - Method [ public method rpushx ] { - } + Method [ public method mset ] { - Method [ public method lpushx ] { + - Parameters [1] { + Parameter #0 [ array $pairs ] + } } - Method [ public method linsert ] { - } + Method [ public method msetnx ] { - Method [ public method lindex ] { + - Parameters [1] { + Parameter #0 [ array $pairs ] + } } - Method [ public method lrem ] { - } + Method [ public method multi ] { - Method [ public method brpoplpush ] { + - Parameters [0] { + } } - Method [ public method rpoplpush ] { - } + Method [ public method object ] { - Method [ public method llen ] { + - Parameters [2] { + Parameter #0 [ $field ] + Parameter #1 [ $key ] + } } - Method [ public method scard ] { - } + Method [ public method persist ] { - Method [ public method smembers ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method sismember ] { - } + Method [ public method pexpire ] { - Method [ public method sadd ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } } - Method [ public method saddarray ] { - } + Method [ public method pexpireat ] { - Method [ public method srem ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $timestamp ] + } } - Method [ public method sunion ] { - } + Method [ public method pfadd ] { - Method [ public method sunionstore ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $elements ] + } } - Method [ public method sinter ] { - } + Method [ public method pfcount ] { - Method [ public method sinterstore ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method sdiff ] { - } + Method [ public method pfmerge ] { - Method [ public method sdiffstore ] { + - Parameters [2] { + Parameter #0 [ $dstkey ] + Parameter #1 [ array $keys ] + } } - Method [ public method srandmember ] { - } + Method [ public method ping ] { - Method [ public method strlen ] { + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } } - Method [ public method persist ] { + Method [ public method psetex ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $expire ] + Parameter #2 [ $value ] + } } - Method [ public method ttl ] { + Method [ public method psubscribe ] { + + - Parameters [1] { + Parameter #0 [ array $patterns ] + } } Method [ public method pttl ] { - } - Method [ public method zcard ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method zcount ] { - } + Method [ public method publish ] { - Method [ public method zremrangebyscore ] { + - Parameters [2] { + Parameter #0 [ $channel ] + Parameter #1 [ $message ] + } } - Method [ public method zscore ] { - } + Method [ public method pubsub ] { - Method [ public method zadd ] { + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } } - Method [ public method zincrby ] { - } + Method [ public method punsubscribe ] { - Method [ public method hlen ] { + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ ...$other_patterns ] + } } - Method [ public method hkeys ] { - } + Method [ public method randomkey ] { - Method [ public method hvals ] { + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } } - Method [ public method hget ] { - } + Method [ public method rawcommand ] { - Method [ public method hgetall ] { + - Parameters [2] { + Parameter #0 [ $cmd ] + Parameter #1 [ ...$args ] + } } - Method [ public method hexists ] { - } + Method [ public method rename ] { - Method [ public method hincrby ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $newkey ] + } } - Method [ public method hset ] { - } + Method [ public method renamenx ] { - Method [ public method hsetnx ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $newkey ] + } } - Method [ public method hmget ] { - } + Method [ public method restore ] { - Method [ public method hmset ] { + - Parameters [3] { + Parameter #0 [ $ttl ] + Parameter #1 [ $key ] + Parameter #2 [ $value ] + } } - Method [ public method hdel ] { - } + Method [ public method role ] { - Method [ public method hincrbyfloat ] { + - Parameters [0] { + } } - Method [ public method hstrlen ] { - } + Method [ public method rpop ] { - Method [ public method dump ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method zrank ] { - } + Method [ public method rpoplpush ] { - Method [ public method zrevrank ] { + - Parameters [2] { + Parameter #0 [ $src ] + Parameter #1 [ $dst ] + } } - Method [ public method incr ] { - } + Method [ public method rpush ] { - Method [ public method decr ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method incrby ] { - } + Method [ public method rpushx ] { - Method [ public method decrby ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method incrbyfloat ] { - } + Method [ public method sadd ] { - Method [ public method expire ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method pexpire ] { - } + Method [ public method saddarray ] { - Method [ public method expireat ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $options ] + } } - Method [ public method pexpireat ] { - } + Method [ public method save ] { - Method [ public method append ] { + - Parameters [1] { + Parameter #0 [ $key_or_address ] + } } - Method [ public method getbit ] { - } + Method [ public method scan ] { - Method [ public method setbit ] { + - Parameters [4] { + Parameter #0 [ &$i_iterator ] + Parameter #1 [ $str_node ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } } - Method [ public method bitop ] { - } + Method [ public method scard ] { - Method [ public method bitpos ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method bitcount ] { - } + Method [ public method script ] { - Method [ public method lget ] { + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } } - Method [ public method getrange ] { + Method [ public method sdiff ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method ltrim ] { + Method [ public method sdiffstore ] { + + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } - Method [ public method lrange ] { + Method [ public method set ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $timeout ] + Parameter #3 [ $opt ] + } } - Method [ public method zremrangebyrank ] { + Method [ public method setbit ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + Parameter #2 [ $value ] + } } - Method [ public method publish ] { - } + Method [ public method setex ] { - Method [ public method rename ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $expire ] + Parameter #2 [ $value ] + } } - Method [ public method renamenx ] { - } + Method [ public method setnx ] { - Method [ public method pfcount ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method pfadd ] { - } + Method [ public method setoption ] { - Method [ public method pfmerge ] { + - Parameters [2] { + Parameter #0 [ $option ] + Parameter #1 [ $value ] + } } Method [ public method setrange ] { - } - Method [ public method restore ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $offset ] + Parameter #2 [ $value ] + } } - Method [ public method smove ] { - } + Method [ public method sinter ] { - Method [ public method zrange ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method zrevrange ] { - } + Method [ public method sinterstore ] { - Method [ public method zrangebyscore ] { + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } - Method [ public method zrevrangebyscore ] { - } + Method [ public method sismember ] { - Method [ public method zrangebylex ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } - Method [ public method zrevrangebylex ] { - } + Method [ public method slowlog ] { - Method [ public method zlexcount ] { + - Parameters [3] { + Parameter #0 [ $key_or_address ] + Parameter #1 [ $arg ] + Parameter #2 [ ...$other_args ] + } } - Method [ public method zremrangebylex ] { - } + Method [ public method smembers ] { - Method [ public method zunionstore ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method zinterstore ] { - } + Method [ public method smove ] { - Method [ public method zrem ] { + - Parameters [3] { + Parameter #0 [ $src ] + Parameter #1 [ $dst ] + Parameter #2 [ $value ] + } } Method [ public method sort ] { - } - - Method [ public method object ] { - } - - Method [ public method subscribe ] { - } - Method [ public method psubscribe ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ array $options ] + } } - Method [ public method unsubscribe ] { - } + Method [ public method spop ] { - Method [ public method punsubscribe ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method eval ] { - } + Method [ public method srandmember ] { - Method [ public method evalsha ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $count ] + } } - Method [ public method scan ] { + Method [ public method srem ] { - - Parameters [4] { - Parameter #0 [ &$i_iterator ] - Parameter #1 [ $str_node ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] } } @@ -1257,150 +3155,280 @@ Extension [ extension #185 redis version 3.1.6 ] { } } - Method [ public method zscan ] { + Method [ public method strlen ] { - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + - Parameters [1] { + Parameter #0 [ $key ] } } - Method [ public method hscan ] { + Method [ public method subscribe ] { - - Parameters [4] { - Parameter #0 [ $str_key ] - Parameter #1 [ &$i_iterator ] - Parameter #2 [ $str_pattern ] - Parameter #3 [ $i_count ] + - Parameters [1] { + Parameter #0 [ array $channels ] } } - Method [ public method getmode ] { - } + Method [ public method sunion ] { - Method [ public method getlasterror ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method clearlasterror ] { - } + Method [ public method sunionstore ] { - Method [ public method getoption ] { + - Parameters [3] { + Parameter #0 [ $dst ] + Parameter #1 [ $key ] + Parameter #2 [ ...$other_keys ] + } } - Method [ public method setoption ] { - } + Method [ public method time ] { - Method [ public method _prefix ] { + - Parameters [0] { + } } - Method [ public method _serialize ] { - } + Method [ public method ttl ] { - Method [ public method _unserialize ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method _masters ] { - } + Method [ public method type ] { - Method [ public method _redir ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method multi ] { - } + Method [ public method unsubscribe ] { - Method [ public method exec ] { + - Parameters [2] { + Parameter #0 [ $channel ] + Parameter #1 [ ...$other_channels ] + } } - Method [ public method discard ] { - } + Method [ public method unlink ] { - Method [ public method watch ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } Method [ public method unwatch ] { - } - Method [ public method save ] { + - Parameters [0] { + } } - Method [ public method bgsave ] { - } + Method [ public method watch ] { - Method [ public method flushdb ] { + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ ...$other_keys ] + } } - Method [ public method flushall ] { - } + Method [ public method zadd ] { - Method [ public method dbsize ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $score ] + Parameter #2 [ $value ] + } } - Method [ public method bgrewriteaof ] { - } + Method [ public method zcard ] { - Method [ public method lastsave ] { + - Parameters [1] { + Parameter #0 [ $key ] + } } - Method [ public method info ] { - } + Method [ public method zcount ] { - Method [ public method role ] { + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } } - Method [ public method time ] { + Method [ public method zincrby ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $member ] + } } - Method [ public method randomkey ] { + Method [ public method zinterstore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } } - Method [ public method ping ] { + Method [ public method zlexcount ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } } - Method [ public method echo ] { + Method [ public method zrange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $scores ] + } } - Method [ public method command ] { + Method [ public method zrangebylex ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] + } } - Method [ public method rawcommand ] { + Method [ public method zrangebyscore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ array $options ] + } } - Method [ public method cluster ] { + Method [ public method zrank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } - Method [ public method client ] { + Method [ public method zrem ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + Parameter #2 [ ...$other_members ] + } } - Method [ public method config ] { + Method [ public method zremrangebylex ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } } - Method [ public method pubsub ] { + Method [ public method zremrangebyrank ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } } - Method [ public method script ] { + Method [ public method zremrangebyscore ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + } } - Method [ public method slowlog ] { + Method [ public method zrevrange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $scores ] + } } - Method [ public method geoadd ] { + Method [ public method zrevrangebylex ] { + + - Parameters [5] { + Parameter #0 [ $key ] + Parameter #1 [ $min ] + Parameter #2 [ $max ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] + } } - Method [ public method geohash ] { + Method [ public method zrevrangebyscore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ array $options ] + } } - Method [ public method geopos ] { + Method [ public method zrevrank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } - Method [ public method geodist ] { + Method [ public method zscan ] { + + - Parameters [4] { + Parameter #0 [ $str_key ] + Parameter #1 [ &$i_iterator ] + Parameter #2 [ $str_pattern ] + Parameter #3 [ $i_count ] + } } - Method [ public method georadius ] { + Method [ public method zscore ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $member ] + } } - Method [ public method georadiusbymember ] { + Method [ public method zunionstore ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ array $keys ] + Parameter #2 [ array or NULL $weights ] + Parameter #3 [ $aggregate ] + } } } } diff --git a/php-pecl-redis4.spec b/php-pecl-redis4.spec index 3f9389e..6db0534 100644 --- a/php-pecl-redis4.spec +++ b/php-pecl-redis4.spec @@ -1,7 +1,4 @@ -# remirepo spec file for php-pecl-redis -# adapted for scl, from -# -# Fedora spec file for php-pecl-redis +# remirepo spec file for php-pecl-redis4 # # Copyright (c) 2012-2018 Remi Collet # License: CC-BY-SA @@ -27,11 +24,11 @@ # after 40-igbinary %global ini_name 50-%{pecl_name}.ini %endif -%global upstream_version 3.1.6 -#global upstream_prever RC2 +%global upstream_version 4.0.0 +%global upstream_prever RC1 Summary: Extension for communicating with the Redis key-value store -Name: %{?sub_prefix}php-pecl-redis +Name: %{?sub_prefix}php-pecl-redis4 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -44,6 +41,7 @@ BuildRequires: %{?scl_prefix}php-pear %if %{with_igbin} BuildRequires: %{?sub_prefix}php-pecl-igbinary-devel %endif +BuildRequires: liblzf-devel # to run Test suite %if %{with_tests} BuildRequires: redis >= 3 @@ -61,36 +59,33 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?scl_prefix}" != "%{?sub_prefix}" + +%if 0%{?fedora} >= 99 +Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 4 +%else +# A single version can be installed +Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 4 Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -Obsoletes: php53-pecl-%{pecl_name} <= %{version} -Obsoletes: php53u-pecl-%{pecl_name} <= %{version} -Obsoletes: php54-pecl-%{pecl_name} <= %{version} -Obsoletes: php54w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "5.5" -Obsoletes: php55u-pecl-%{pecl_name} <= %{version} -Obsoletes: php55w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "5.6" -Obsoletes: php56u-pecl-%{pecl_name} <= %{version} -Obsoletes: php56w-pecl-%{pecl_name} <= %{version} +Obsoletes: php56u-pecl-%{pecl_name}4 <= %{version} +Obsoletes: php56w-pecl-%{pecl_name}4 <= %{version} %endif %if "%{php_version}" > "7.0" -Obsoletes: php70u-pecl-%{pecl_name} <= %{version} -Obsoletes: php70w-pecl-%{pecl_name} <= %{version} +Obsoletes: php70u-pecl-%{pecl_name}4 <= %{version} +Obsoletes: php70w-pecl-%{pecl_name}4 <= %{version} %endif %if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{pecl_name} <= %{version} -Obsoletes: php71w-pecl-%{pecl_name} <= %{version} +Obsoletes: php71u-pecl-%{pecl_name}4 <= %{version} +Obsoletes: php71w-pecl-%{pecl_name}4 <= %{version} %endif %if "%{php_version}" > "7.2" -Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +Obsoletes: php72u-pecl-%{pecl_name}4 <= %{version} +Obsoletes: php72w-pecl-%{pecl_name}4 <= %{version} %endif %endif @@ -120,9 +115,13 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS # Don't install/register tests sed -e 's/role="test"/role="src"/' \ %{?_licensedir:-e '/COPYING/s/role="doc"/role="src"/' } \ + -e '/liblzf/d' \ -i package.xml cd NTS +# Use system library +rm -r liblzf + # Sanity check, really often broken extver=$(sed -n '/#define PHP_REDIS_VERSION/{s/.* "//;s/".*$//;p}' php_redis.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then @@ -152,15 +151,22 @@ extension = %{pecl_name}.so ;session.save_path = "tcp://host1:6379?weight=1, tcp://host2:6379?weight=2&timeout=2.5, tcp://host3:6379?weight=2" ; Configuration -;redis.arrays.names = '' -;redis.arrays.hosts = '' -;redis.arrays.previous = '' +;redis.arrays.autorehash = '' +;redis.arrays.connecttimeout = '' +;redis.arrays.distributor = '' ;redis.arrays.functions = '' +;redis.arrays.hosts = '' ;redis.arrays.index = '' -;redis.arrays.autorehash = '' +;redis.arrays.lazyconnect = '' +;redis.arrays.names = '' +;redis.arrays.pconnect = '' +;redis.arrays.previous = '' +;redis.arrays.readtimeout = '' +;redis.arrays.retryinterval = '' +;redis.clusters.persistent = '' +;redis.clusters.read_timeout = '' ;redis.clusters.seeds = '' ;redis.clusters.timeout = '' -;redis.clusters.read_timeout = '' EOF @@ -175,6 +181,8 @@ cd NTS %if %{with_igbin} --enable-redis-igbinary \ %endif + --enable-redis-lzf \ + --with-liblzf \ --with-php-config=%{_bindir}/php-config make %{?_smp_mflags} @@ -187,6 +195,8 @@ cd ../ZTS %if %{with_igbin} --enable-redis-igbinary \ %endif + --enable-redis-lzf \ + --with-liblzf \ --with-php-config=%{_bindir}/zts-php-config make %{?_smp_mflags} %endif @@ -305,6 +315,12 @@ fi %changelog +* Wed Feb 7 2018 Remi Collet - 4.0.0~RC1-1 +- update to 4.0.0RC1 +- rename to php-pecl-redis4 +- enable lzf support +- update configuration for new options + * Wed Jan 3 2018 Remi Collet - 3.1.6-1 - Update to 3.1.6 -- cgit