diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-15 09:25:41 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-15 09:25:41 +0100 | 
| commit | b69af47ac30096aa7f7dce37a0af0e86c0d00f80 (patch) | |
| tree | 184ee62ae750ebfeb9430f714540a3eda40325eb /REFLECTION-PHP7 | |
| parent | 3330f1cc3fd593fbdc9d9b19299a4abd31bc7adb (diff) | |
php-pecl-redis: 3.1.0
Diffstat (limited to 'REFLECTION-PHP7')
| -rw-r--r-- | REFLECTION-PHP7 | 1476 | 
1 files changed, 0 insertions, 1476 deletions
| diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 deleted file mode 100644 index 5e89d89..0000000 --- a/REFLECTION-PHP7 +++ /dev/null @@ -1,1476 +0,0 @@ -Extension [ <persistent> extension #91 redis version 3.0.0 ] { - -  - INI { -    Entry [ redis.arrays.names <ALL> ] -      Current = '' -    } -    Entry [ redis.arrays.hosts <ALL> ] -      Current = '' -    } -    Entry [ redis.arrays.previous <ALL> ] -      Current = '' -    } -    Entry [ redis.arrays.functions <ALL> ] -      Current = '' -    } -    Entry [ redis.arrays.index <ALL> ] -      Current = '' -    } -    Entry [ redis.arrays.autorehash <ALL> ] -      Current = '' -    } -    Entry [ redis.clusters.seeds <ALL> ] -      Current = '' -    } -    Entry [ redis.clusters.timeout <ALL> ] -      Current = '' -    } -    Entry [ redis.clusters.read_timeout <ALL> ] -      Current = '' -    } -  } - -  - Classes [5] { -    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 OPT_SCAN ] { 4 } -        Constant [ integer SCAN_RETRY ] { 1 } -        Constant [ integer SCAN_NORETRY ] { 0 } -        Constant [ integer SERIALIZER_IGBINARY ] { 2 } -        Constant [ string AFTER ] { after } -        Constant [ string BEFORE ] { before } -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [206] { -        Method [ <internal:redis, ctor> public method __construct ] { -        } - -        Method [ <internal:redis, dtor> public method __destruct ] { -        } - -        Method [ <internal:redis> public method connect ] { -        } - -        Method [ <internal:redis> public method pconnect ] { -        } - -        Method [ <internal:redis> public method close ] { -        } - -        Method [ <internal:redis> public method ping ] { -        } - -        Method [ <internal:redis> public method echo ] { -        } - -        Method [ <internal:redis> public method get ] { -        } - -        Method [ <internal:redis> public method set ] { -        } - -        Method [ <internal:redis> public method setex ] { -        } - -        Method [ <internal:redis> public method psetex ] { -        } - -        Method [ <internal:redis> public method setnx ] { -        } - -        Method [ <internal:redis> public method getSet ] { -        } - -        Method [ <internal:redis> public method randomKey ] { -        } - -        Method [ <internal:redis> public method renameKey ] { -        } - -        Method [ <internal:redis> public method renameNx ] { -        } - -        Method [ <internal:redis> public method getMultiple ] { -        } - -        Method [ <internal:redis> public method exists ] { -        } - -        Method [ <internal:redis> public method delete ] { -        } - -        Method [ <internal:redis> public method incr ] { -        } - -        Method [ <internal:redis> public method incrBy ] { -        } - -        Method [ <internal:redis> public method incrByFloat ] { -        } - -        Method [ <internal:redis> public method decr ] { -        } - -        Method [ <internal:redis> public method decrBy ] { -        } - -        Method [ <internal:redis> public method type ] { -        } - -        Method [ <internal:redis> public method append ] { -        } - -        Method [ <internal:redis> public method getRange ] { -        } - -        Method [ <internal:redis> public method setRange ] { -        } - -        Method [ <internal:redis> public method getBit ] { -        } - -        Method [ <internal:redis> public method setBit ] { -        } - -        Method [ <internal:redis> public method strlen ] { -        } - -        Method [ <internal:redis> public method getKeys ] { -        } - -        Method [ <internal:redis> public method sort ] { -        } - -        Method [ <internal:redis> public method sortAsc ] { -        } - -        Method [ <internal:redis> public method sortAscAlpha ] { -        } - -        Method [ <internal:redis> public method sortDesc ] { -        } - -        Method [ <internal:redis> public method sortDescAlpha ] { -        } - -        Method [ <internal:redis> public method lPush ] { -        } - -        Method [ <internal:redis> public method rPush ] { -        } - -        Method [ <internal:redis> public method lPushx ] { -        } - -        Method [ <internal:redis> public method rPushx ] { -        } - -        Method [ <internal:redis> public method lPop ] { -        } - -        Method [ <internal:redis> public method rPop ] { -        } - -        Method [ <internal:redis> public method blPop ] { -        } - -        Method [ <internal:redis> public method brPop ] { -        } - -        Method [ <internal:redis> public method lSize ] { -        } - -        Method [ <internal:redis> public method lRemove ] { -        } - -        Method [ <internal:redis> public method listTrim ] { -        } - -        Method [ <internal:redis> public method lGet ] { -        } - -        Method [ <internal:redis> public method lGetRange ] { -        } - -        Method [ <internal:redis> public method lSet ] { -        } - -        Method [ <internal:redis> public method lInsert ] { -        } - -        Method [ <internal:redis> public method sAdd ] { -        } - -        Method [ <internal:redis> public method sAddArray ] { -        } - -        Method [ <internal:redis> public method sSize ] { -        } - -        Method [ <internal:redis> public method sRemove ] { -        } - -        Method [ <internal:redis> public method sMove ] { -        } - -        Method [ <internal:redis> public method sPop ] { -        } - -        Method [ <internal:redis> public method sRandMember ] { -        } - -        Method [ <internal:redis> public method sContains ] { -        } - -        Method [ <internal:redis> public method sMembers ] { -        } - -        Method [ <internal:redis> public method sInter ] { -        } - -        Method [ <internal:redis> public method sInterStore ] { -        } - -        Method [ <internal:redis> public method sUnion ] { -        } - -        Method [ <internal:redis> public method sUnionStore ] { -        } - -        Method [ <internal:redis> public method sDiff ] { -        } - -        Method [ <internal:redis> public method sDiffStore ] { -        } - -        Method [ <internal:redis> public method setTimeout ] { -        } - -        Method [ <internal:redis> public method save ] { -        } - -        Method [ <internal:redis> public method bgSave ] { -        } - -        Method [ <internal:redis> public method lastSave ] { -        } - -        Method [ <internal:redis> public method flushDB ] { -        } - -        Method [ <internal:redis> public method flushAll ] { -        } - -        Method [ <internal:redis> public method dbSize ] { -        } - -        Method [ <internal:redis> public method auth ] { -        } - -        Method [ <internal:redis> public method ttl ] { -        } - -        Method [ <internal:redis> public method pttl ] { -        } - -        Method [ <internal:redis> public method persist ] { -        } - -        Method [ <internal:redis> public method info ] { -        } - -        Method [ <internal:redis> public method select ] { -        } - -        Method [ <internal:redis> public method move ] { -        } - -        Method [ <internal:redis> public method bgrewriteaof ] { -        } - -        Method [ <internal:redis> public method slaveof ] { -        } - -        Method [ <internal:redis> public method object ] { -        } - -        Method [ <internal:redis> public method bitop ] { -        } - -        Method [ <internal:redis> public method bitcount ] { -        } - -        Method [ <internal:redis> public method bitpos ] { -        } - -        Method [ <internal:redis> public method mset ] { -        } - -        Method [ <internal:redis> public method msetnx ] { -        } - -        Method [ <internal:redis> public method rpoplpush ] { -        } - -        Method [ <internal:redis> public method brpoplpush ] { -        } - -        Method [ <internal:redis> public method zAdd ] { -        } - -        Method [ <internal:redis> public method zDelete ] { -        } - -        Method [ <internal:redis> public method zRange ] { -        } - -        Method [ <internal:redis> public method zRevRange ] { -        } - -        Method [ <internal:redis> public method zRangeByScore ] { -        } - -        Method [ <internal:redis> public method zRevRangeByScore ] { -        } - -        Method [ <internal:redis> public method zRangeByLex ] { -        } - -        Method [ <internal:redis> public method zRevRangeByLex ] { -        } - -        Method [ <internal:redis> public method zLexCount ] { -        } - -        Method [ <internal:redis> public method zRemRangeByLex ] { -        } - -        Method [ <internal:redis> public method zCount ] { -        } - -        Method [ <internal:redis> public method zDeleteRangeByScore ] { -        } - -        Method [ <internal:redis> public method zDeleteRangeByRank ] { -        } - -        Method [ <internal:redis> public method zCard ] { -        } - -        Method [ <internal:redis> public method zScore ] { -        } - -        Method [ <internal:redis> public method zRank ] { -        } - -        Method [ <internal:redis> public method zRevRank ] { -        } - -        Method [ <internal:redis> public method zInter ] { -        } - -        Method [ <internal:redis> public method zUnion ] { -        } - -        Method [ <internal:redis> public method zIncrBy ] { -        } - -        Method [ <internal:redis> public method expireAt ] { -        } - -        Method [ <internal:redis> public method pexpire ] { -        } - -        Method [ <internal:redis> public method pexpireAt ] { -        } - -        Method [ <internal:redis> public method hGet ] { -        } - -        Method [ <internal:redis> public method hSet ] { -        } - -        Method [ <internal:redis> public method hSetNx ] { -        } - -        Method [ <internal:redis> public method hDel ] { -        } - -        Method [ <internal:redis> public method hLen ] { -        } - -        Method [ <internal:redis> public method hKeys ] { -        } - -        Method [ <internal:redis> public method hVals ] { -        } - -        Method [ <internal:redis> public method hGetAll ] { -        } - -        Method [ <internal:redis> public method hExists ] { -        } - -        Method [ <internal:redis> public method hIncrBy ] { -        } - -        Method [ <internal:redis> public method hIncrByFloat ] { -        } - -        Method [ <internal:redis> public method hMset ] { -        } - -        Method [ <internal:redis> public method hMget ] { -        } - -        Method [ <internal:redis> public method multi ] { -        } - -        Method [ <internal:redis> public method discard ] { -        } - -        Method [ <internal:redis> public method exec ] { -        } - -        Method [ <internal:redis> public method pipeline ] { -        } - -        Method [ <internal:redis> public method watch ] { -        } - -        Method [ <internal:redis> public method unwatch ] { -        } - -        Method [ <internal:redis> public method publish ] { -        } - -        Method [ <internal:redis> public method subscribe ] { -        } - -        Method [ <internal:redis> public method psubscribe ] { -        } - -        Method [ <internal:redis> public method unsubscribe ] { -        } - -        Method [ <internal:redis> public method punsubscribe ] { -        } - -        Method [ <internal:redis> public method time ] { -        } - -        Method [ <internal:redis> public method role ] { -        } - -        Method [ <internal:redis> public method eval ] { -        } - -        Method [ <internal:redis> public method evalsha ] { -        } - -        Method [ <internal:redis> public method script ] { -        } - -        Method [ <internal:redis> public method debug ] { -        } - -        Method [ <internal:redis> public method dump ] { -        } - -        Method [ <internal:redis> public method restore ] { -        } - -        Method [ <internal:redis> public method migrate ] { -        } - -        Method [ <internal:redis> public method getLastError ] { -        } - -        Method [ <internal:redis> public method clearLastError ] { -        } - -        Method [ <internal:redis> public method _prefix ] { -        } - -        Method [ <internal:redis> public method _serialize ] { -        } - -        Method [ <internal:redis> public method _unserialize ] { -        } - -        Method [ <internal:redis> public method client ] { -        } - -        Method [ <internal:redis> public method command ] { -        } - -        Method [ <internal:redis> public method scan ] { - -          - Parameters [3] { -            Parameter #0 [ <required> &$i_iterator ] -            Parameter #1 [ <optional> $str_pattern ] -            Parameter #2 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method hscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method zscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method sscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method pfadd ] { -        } - -        Method [ <internal:redis> public method pfcount ] { -        } - -        Method [ <internal:redis> public method pfmerge ] { -        } - -        Method [ <internal:redis> public method getOption ] { -        } - -        Method [ <internal:redis> public method setOption ] { -        } - -        Method [ <internal:redis> public method config ] { -        } - -        Method [ <internal:redis> public method slowlog ] { -        } - -        Method [ <internal:redis> public method rawcommand ] { -        } - -        Method [ <internal:redis> public method getHost ] { -        } - -        Method [ <internal:redis> public method getPort ] { -        } - -        Method [ <internal:redis> public method getDBNum ] { -        } - -        Method [ <internal:redis> public method getTimeout ] { -        } - -        Method [ <internal:redis> public method getReadTimeout ] { -        } - -        Method [ <internal:redis> public method getPersistentID ] { -        } - -        Method [ <internal:redis> public method getAuth ] { -        } - -        Method [ <internal:redis> public method isConnected ] { -        } - -        Method [ <internal:redis> public method getMode ] { -        } - -        Method [ <internal:redis> public method wait ] { -        } - -        Method [ <internal:redis> public method pubsub ] { -        } - -        Method [ <internal:redis> public method open ] { -        } - -        Method [ <internal:redis> public method popen ] { -        } - -        Method [ <internal:redis> public method lLen ] { -        } - -        Method [ <internal:redis> public method sGetMembers ] { -        } - -        Method [ <internal:redis> public method mget ] { -        } - -        Method [ <internal:redis> public method expire ] { -        } - -        Method [ <internal:redis> public method zunionstore ] { -        } - -        Method [ <internal:redis> public method zinterstore ] { -        } - -        Method [ <internal:redis> public method zRemove ] { -        } - -        Method [ <internal:redis> public method zRem ] { -        } - -        Method [ <internal:redis> public method zRemoveRangeByScore ] { -        } - -        Method [ <internal:redis> public method zRemRangeByScore ] { -        } - -        Method [ <internal:redis> public method zRemRangeByRank ] { -        } - -        Method [ <internal:redis> public method zSize ] { -        } - -        Method [ <internal:redis> public method substr ] { -        } - -        Method [ <internal:redis> public method rename ] { -        } - -        Method [ <internal:redis> public method del ] { -        } - -        Method [ <internal:redis> public method keys ] { -        } - -        Method [ <internal:redis> public method lrem ] { -        } - -        Method [ <internal:redis> public method ltrim ] { -        } - -        Method [ <internal:redis> public method lindex ] { -        } - -        Method [ <internal:redis> public method lrange ] { -        } - -        Method [ <internal:redis> public method scard ] { -        } - -        Method [ <internal:redis> public method srem ] { -        } - -        Method [ <internal:redis> public method sismember ] { -        } - -        Method [ <internal:redis> public method zReverseRange ] { -        } - -        Method [ <internal:redis> public method sendEcho ] { -        } - -        Method [ <internal:redis> public method evaluate ] { -        } - -        Method [ <internal:redis> public method evaluateSha ] { -        } -      } -    } - -    Class [ <internal:redis> class RedisArray ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [27] { -        Method [ <internal:redis, ctor> public method __construct ] { -        } - -        Method [ <internal:redis> public method __call ] { - -          - Parameters [2] { -            Parameter #0 [ <required> $function_name ] -            Parameter #1 [ <required> $arguments ] -          } -        } - -        Method [ <internal:redis> public method _hosts ] { -        } - -        Method [ <internal:redis> public method _target ] { -        } - -        Method [ <internal:redis> public method _instance ] { -        } - -        Method [ <internal:redis> public method _function ] { -        } - -        Method [ <internal:redis> public method _distributor ] { -        } - -        Method [ <internal:redis> public method _rehash ] { -        } - -        Method [ <internal:redis> public method select ] { -        } - -        Method [ <internal:redis> public method info ] { -        } - -        Method [ <internal:redis> public method ping ] { -        } - -        Method [ <internal:redis> public method flushdb ] { -        } - -        Method [ <internal:redis> public method flushall ] { -        } - -        Method [ <internal:redis> public method mget ] { -        } - -        Method [ <internal:redis> public method mset ] { -        } - -        Method [ <internal:redis> public method del ] { -        } - -        Method [ <internal:redis> public method getOption ] { -        } - -        Method [ <internal:redis> public method setOption ] { -        } - -        Method [ <internal:redis> public method keys ] { -        } - -        Method [ <internal:redis> public method save ] { -        } - -        Method [ <internal:redis> public method bgsave ] { -        } - -        Method [ <internal:redis> public method multi ] { -        } - -        Method [ <internal:redis> public method exec ] { -        } - -        Method [ <internal:redis> public method discard ] { -        } - -        Method [ <internal:redis> public method unwatch ] { -        } - -        Method [ <internal:redis> public method delete ] { -        } - -        Method [ <internal:redis> public method getMultiple ] { -        } -      } -    } - -    Class [ <internal:redis> class RedisCluster ] { - -      - Constants [23] { -        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 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 SERIALIZER_IGBINARY ] { 2 } -        Constant [ string AFTER ] { after } -        Constant [ string BEFORE ] { before } -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [0] { -      } - -      - Methods [158] { -        Method [ <internal:redis, ctor> public method __construct ] { -        } - -        Method [ <internal:redis> public method close ] { -        } - -        Method [ <internal:redis> public method get ] { -        } - -        Method [ <internal:redis> public method set ] { -        } - -        Method [ <internal:redis> public method mget ] { -        } - -        Method [ <internal:redis> public method mset ] { -        } - -        Method [ <internal:redis> public method msetnx ] { -        } - -        Method [ <internal:redis> public method del ] { -        } - -        Method [ <internal:redis> public method setex ] { -        } - -        Method [ <internal:redis> public method psetex ] { -        } - -        Method [ <internal:redis> public method setnx ] { -        } - -        Method [ <internal:redis> public method getset ] { -        } - -        Method [ <internal:redis> public method exists ] { -        } - -        Method [ <internal:redis> public method keys ] { -        } - -        Method [ <internal:redis> public method type ] { -        } - -        Method [ <internal:redis> public method lpop ] { -        } - -        Method [ <internal:redis> public method rpop ] { -        } - -        Method [ <internal:redis> public method lset ] { -        } - -        Method [ <internal:redis> public method spop ] { -        } - -        Method [ <internal:redis> public method lpush ] { -        } - -        Method [ <internal:redis> public method rpush ] { -        } - -        Method [ <internal:redis> public method blpop ] { -        } - -        Method [ <internal:redis> public method brpop ] { -        } - -        Method [ <internal:redis> public method rpushx ] { -        } - -        Method [ <internal:redis> public method lpushx ] { -        } - -        Method [ <internal:redis> public method linsert ] { -        } - -        Method [ <internal:redis> public method lindex ] { -        } - -        Method [ <internal:redis> public method lrem ] { -        } - -        Method [ <internal:redis> public method brpoplpush ] { -        } - -        Method [ <internal:redis> public method rpoplpush ] { -        } - -        Method [ <internal:redis> public method llen ] { -        } - -        Method [ <internal:redis> public method scard ] { -        } - -        Method [ <internal:redis> public method smembers ] { -        } - -        Method [ <internal:redis> public method sismember ] { -        } - -        Method [ <internal:redis> public method sadd ] { -        } - -        Method [ <internal:redis> public method saddarray ] { -        } - -        Method [ <internal:redis> public method srem ] { -        } - -        Method [ <internal:redis> public method sunion ] { -        } - -        Method [ <internal:redis> public method sunionstore ] { -        } - -        Method [ <internal:redis> public method sinter ] { -        } - -        Method [ <internal:redis> public method sinterstore ] { -        } - -        Method [ <internal:redis> public method sdiff ] { -        } - -        Method [ <internal:redis> public method sdiffstore ] { -        } - -        Method [ <internal:redis> public method srandmember ] { -        } - -        Method [ <internal:redis> public method strlen ] { -        } - -        Method [ <internal:redis> public method persist ] { -        } - -        Method [ <internal:redis> public method ttl ] { -        } - -        Method [ <internal:redis> public method pttl ] { -        } - -        Method [ <internal:redis> public method zcard ] { -        } - -        Method [ <internal:redis> public method zcount ] { -        } - -        Method [ <internal:redis> public method zremrangebyscore ] { -        } - -        Method [ <internal:redis> public method zscore ] { -        } - -        Method [ <internal:redis> public method zadd ] { -        } - -        Method [ <internal:redis> public method zincrby ] { -        } - -        Method [ <internal:redis> public method hlen ] { -        } - -        Method [ <internal:redis> public method hkeys ] { -        } - -        Method [ <internal:redis> public method hvals ] { -        } - -        Method [ <internal:redis> public method hget ] { -        } - -        Method [ <internal:redis> public method hgetall ] { -        } - -        Method [ <internal:redis> public method hexists ] { -        } - -        Method [ <internal:redis> public method hincrby ] { -        } - -        Method [ <internal:redis> public method hset ] { -        } - -        Method [ <internal:redis> public method hsetnx ] { -        } - -        Method [ <internal:redis> public method hmget ] { -        } - -        Method [ <internal:redis> public method hmset ] { -        } - -        Method [ <internal:redis> public method hdel ] { -        } - -        Method [ <internal:redis> public method hincrbyfloat ] { -        } - -        Method [ <internal:redis> public method dump ] { -        } - -        Method [ <internal:redis> public method zrank ] { -        } - -        Method [ <internal:redis> public method zrevrank ] { -        } - -        Method [ <internal:redis> public method incr ] { -        } - -        Method [ <internal:redis> public method decr ] { -        } - -        Method [ <internal:redis> public method incrby ] { -        } - -        Method [ <internal:redis> public method decrby ] { -        } - -        Method [ <internal:redis> public method incrbyfloat ] { -        } - -        Method [ <internal:redis> public method expire ] { -        } - -        Method [ <internal:redis> public method pexpire ] { -        } - -        Method [ <internal:redis> public method expireat ] { -        } - -        Method [ <internal:redis> public method pexpireat ] { -        } - -        Method [ <internal:redis> public method append ] { -        } - -        Method [ <internal:redis> public method getbit ] { -        } - -        Method [ <internal:redis> public method setbit ] { -        } - -        Method [ <internal:redis> public method bitop ] { -        } - -        Method [ <internal:redis> public method bitpos ] { -        } - -        Method [ <internal:redis> public method bitcount ] { -        } - -        Method [ <internal:redis> public method lget ] { -        } - -        Method [ <internal:redis> public method getrange ] { -        } - -        Method [ <internal:redis> public method ltrim ] { -        } - -        Method [ <internal:redis> public method lrange ] { -        } - -        Method [ <internal:redis> public method zremrangebyrank ] { -        } - -        Method [ <internal:redis> public method publish ] { -        } - -        Method [ <internal:redis> public method rename ] { -        } - -        Method [ <internal:redis> public method renamenx ] { -        } - -        Method [ <internal:redis> public method pfcount ] { -        } - -        Method [ <internal:redis> public method pfadd ] { -        } - -        Method [ <internal:redis> public method pfmerge ] { -        } - -        Method [ <internal:redis> public method setrange ] { -        } - -        Method [ <internal:redis> public method restore ] { -        } - -        Method [ <internal:redis> public method smove ] { -        } - -        Method [ <internal:redis> public method zrange ] { -        } - -        Method [ <internal:redis> public method zrevrange ] { -        } - -        Method [ <internal:redis> public method zrangebyscore ] { -        } - -        Method [ <internal:redis> public method zrevrangebyscore ] { -        } - -        Method [ <internal:redis> public method zrangebylex ] { -        } - -        Method [ <internal:redis> public method zrevrangebylex ] { -        } - -        Method [ <internal:redis> public method zlexcount ] { -        } - -        Method [ <internal:redis> public method zremrangebylex ] { -        } - -        Method [ <internal:redis> public method zunionstore ] { -        } - -        Method [ <internal:redis> public method zinterstore ] { -        } - -        Method [ <internal:redis> public method zrem ] { -        } - -        Method [ <internal:redis> public method sort ] { -        } - -        Method [ <internal:redis> public method object ] { -        } - -        Method [ <internal:redis> public method subscribe ] { -        } - -        Method [ <internal:redis> public method psubscribe ] { -        } - -        Method [ <internal:redis> public method unsubscribe ] { -        } - -        Method [ <internal:redis> public method punsubscribe ] { -        } - -        Method [ <internal:redis> public method eval ] { -        } - -        Method [ <internal:redis> public method evalsha ] { -        } - -        Method [ <internal:redis> public method scan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> &$i_iterator ] -            Parameter #1 [ <required> $str_node ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method sscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method zscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method hscan ] { - -          - Parameters [4] { -            Parameter #0 [ <required> $str_key ] -            Parameter #1 [ <required> &$i_iterator ] -            Parameter #2 [ <optional> $str_pattern ] -            Parameter #3 [ <optional> $i_count ] -          } -        } - -        Method [ <internal:redis> public method getmode ] { -        } - -        Method [ <internal:redis> public method getlasterror ] { -        } - -        Method [ <internal:redis> public method clearlasterror ] { -        } - -        Method [ <internal:redis> public method getoption ] { -        } - -        Method [ <internal:redis> public method setoption ] { -        } - -        Method [ <internal:redis> public method _prefix ] { -        } - -        Method [ <internal:redis> public method _serialize ] { -        } - -        Method [ <internal:redis> public method _unserialize ] { -        } - -        Method [ <internal:redis> public method _masters ] { -        } - -        Method [ <internal:redis> public method _redir ] { -        } - -        Method [ <internal:redis> public method multi ] { -        } - -        Method [ <internal:redis> public method exec ] { -        } - -        Method [ <internal:redis> public method discard ] { -        } - -        Method [ <internal:redis> public method watch ] { -        } - -        Method [ <internal:redis> public method unwatch ] { -        } - -        Method [ <internal:redis> public method save ] { -        } - -        Method [ <internal:redis> public method bgsave ] { -        } - -        Method [ <internal:redis> public method flushdb ] { -        } - -        Method [ <internal:redis> public method flushall ] { -        } - -        Method [ <internal:redis> public method dbsize ] { -        } - -        Method [ <internal:redis> public method bgrewriteaof ] { -        } - -        Method [ <internal:redis> public method lastsave ] { -        } - -        Method [ <internal:redis> public method info ] { -        } - -        Method [ <internal:redis> public method role ] { -        } - -        Method [ <internal:redis> public method time ] { -        } - -        Method [ <internal:redis> public method randomkey ] { -        } - -        Method [ <internal:redis> public method ping ] { -        } - -        Method [ <internal:redis> public method echo ] { -        } - -        Method [ <internal:redis> public method command ] { -        } - -        Method [ <internal:redis> public method rawcommand ] { -        } - -        Method [ <internal:redis> public method cluster ] { -        } - -        Method [ <internal:redis> public method client ] { -        } - -        Method [ <internal:redis> public method config ] { -        } - -        Method [ <internal:redis> public method pubsub ] { -        } - -        Method [ <internal:redis> public method script ] { -        } - -        Method [ <internal:redis> public method slowlog ] { -        } -      } -    } - -    Class [ <internal:redis> class RedisException extends RuntimeException implements Throwable ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] -      } - -      - Methods [10] { -        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - -          - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] -          } -        } - -        Method [ <internal:Core, inherits Exception> public method __wakeup ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { -        } -      } -    } - -    Class [ <internal:redis> class RedisClusterException extends RuntimeException implements Throwable ] { - -      - Constants [0] { -      } - -      - Static properties [0] { -      } - -      - Static methods [0] { -      } - -      - Properties [4] { -        Property [ <default> protected $message ] -        Property [ <default> protected $code ] -        Property [ <default> protected $file ] -        Property [ <default> protected $line ] -      } - -      - Methods [10] { -        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - -          - Parameters [3] { -            Parameter #0 [ <optional> $message ] -            Parameter #1 [ <optional> $code ] -            Parameter #2 [ <optional> $previous ] -          } -        } - -        Method [ <internal:Core, inherits Exception> public method __wakeup ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { -        } - -        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { -        } -      } -    } -  } -} - | 
