- auth($password)
- echo($message)
- echoMessage($message) - alias method for
echo
- ping()
- quit()
- select($db)
- hdel($key, $fields)
- hexists($key, $field)
- hget($key, $field)
- hgetall($key)
- hincrby($key, $field, $increment)
- hincrbyfloat($key, $field, $increment)
- hkeys($key)
- hlen($key)
- hmget($key, $fields)
- hmset($key, array $fieldValues)
- hset($key, $field, $value)
- hsetnx($key, $field, $value)
- hvals($key)
- del($keys)
- dump($key)
- exists($key)
- expire($key, $seconds)
- expireAt($key, $timestamp)
- keys($pattern)
- migrate($host, $port, $key, $destinationDb, $timeout)
- move($key, $db)
- object($subcommand, $arguments = null)
- persist($key)
- pexpire($key, $milliseconds)
- pexpireat($key, $millisecondsTimestamp)
- pttl($key)
- randomkey()
- rename($key, $newkey)
- renamenx($key, $newkey)
- restore($key, $ttl, $serializedValue)
- sort($key, $pattern = null, $limit = null, $patterns = null, $asc = null, $alpha = false, $destination = null)
- ttl($key)
- type($key)
- blpop($keys, $timeout)
- brpop($keys, $timeout)
- brpoplpush($source, $destination, $timeout)
- lindex($key, $index)
- linsert($key, $after = true, $pivot, $value)
- llen($key)
- lpop($key)
- lpush($key, $values)
- lpushx($key, $value)
- lrange($key, $start, $stop)
- lrem($key, $count, $value)
- lset($key, $index, $value)
- ltrim($key, $start, $stop)
- rpop($key)
- rpoplpush($source, $destination)
- rpush($key, $values)
- rpushx($key, $value)
- eval($script, $keys = null, $args = null)
- evalScript($script, $keys = null, $args = null) - alias method for
eval
- evalsha($sha, $keys = null, $args = null)
- scriptExists($sha1)
- scriptFlush()
- scriptKill()
- scriptLoad($script)
- bgrewriteaof()
- bgsave()
- clientGetname()
- clientKill($addr = null, $clientId = null, $type = null, $addr2 = null, $skipme = null)
- clientList()
- clientSetname($connectionName)
- configGet($parameter)
- configResetstat()
- configSet($parameter, $value)
- dbsize()
- debugObject($key)
- debugSegfault()
- flushall()
- flushdb()
- info($section = null)
- lastsave()
- save()
- shutdown($save)
- slaveof($host, $port)
- slowlog($subcommand, $argument = null)
- sync()
- time()
- sadd($key, $members)
- scard($key)
- sdiff($keys)
- sdiffstore($destination, $keys)
- sinter($keys)
- sinterstore($destination, $keys)
- sismember($key, $member)
- smembers($key)
- smove($source, $destination, $member)
- spop($key)
- srandmember($key, $count = null)
- srem($key, $members)
- sunion($keys)
- sunionstore($destination, $keys)
- zadd($key, array $members)
- zcard($key)
- zcount($key, $min, $max)
- zincrby($key, $increment, $member)
- zinterstore($destination, $keys, $weights = null, $aggregate = null)
- zrange($key, $start, $stop, $withscores = false)
- zrangebyscore($key, $min, $max, $withscores = false, $limit = null)
- zrank($key, $member)
- zrem($key, $members)
- zremrangebyrank($key, $start, $stop)
- zremrangebyscore($key, $min, $max)
- zrevrange($key, $start, $stop, $withscores = false)
- zrevrangebyscore($key, $max, $min, $withscores = false, $limit = null)
- zrevrank($key, $member)
- zscore($key, $member)
- zunionstore($destination, $keys, $weights = null, $aggregate = null)
- append($key, $value)
- bitcount($key, $start = null, $end = null)
- bitop($operation, $destkey, $keys)
- decr($key)
- decrby($key, $decrement)
- get($key)
- getbit($key, $offset)
- getrange($key, $start, $end)
- substr($key, $start, $end)
- getset($key, $value)
- incr($key)
- incrby($key, $increment)
- incrbyfloat($key, $increment)
- mget($keys)
- mset(array $keyValues)
- msetnx(array $keyValues)
- psetex($key, $milliseconds, $value)
- set($key, $value, $seconds = null, $milliseconds = null, $exist = null)
- setbit($key, $offset, $bit)
- setex($key, $seconds, $value)
- setnx($key, $value)
- setrange($key, $offset, $value)
- strlen($key)
- pfadd($key, $elements)
- pfcount($keys)
- pfmerge($destkey, $sourcekeys)
- pfdebug($subcommand, $key)
- pfselftest()
- latencyLatest()
- latencyHistory($eventName)
- latencyReset($eventNames = null)
- latencyGraph($eventName)
- latencyDoctor()
- zlexcount($key, $min, $max)
- zrangebylex($key, $min, $max, $limit = null)
- zremrangebylex($key, $min, $max)
- zrevrangebylex($key, $max, $min, $limit = null)
- zscan($key, $cursor, $pattern = null, $count = null)
- clusterAddslots($slots)
- clusterCountFailureReports($nodeId)
- clusterCountkeysinslot($slot)
- clusterDelslots($slots)
- clusterFailover($option = null)
- clusterForget($nodeId)
- clusterGetkeysinslot($slot, $count)
- clusterInfo()
- clusterKeyslot($key)
- clusterMeet($ip, $port)
- clusterNodes()
- clusterReplicate($nodeId)
- clusterReset($option = null)
- clusterSaveconfig()
- clusterSetConfigEpoch($config)
- clusterSetslot($slot, $subcommand, $nodeId = null)
- clusterSlaves($nodeId)
- clusterSlots()
- readonly()
- readwrite()
- exists($keys)
- migrate($host, $port, $key, $destinationDb, $timeout, $copy = false, $replace = false)
- restore($key, $ttl, $serializedValue, $replace = false)
- wait($numslaves, $timeout)
- geoadd($key, array $members)
- geodist($key, $member1, $member2, $unit = null)
- geohash($key, $members)
- geopos($key, $members)
- georadius($key, $longitude, $latitude, $radius, $unit, $withcoord = false, $withdist = false, $withhash = false, $count = null, $asc = null, $storeKey = null, $storeDist = false)
- georadiusbymember($key, $member, $radius, $unit, $withcoord = false, $withdist = false, $withhash = false, $count = null, $asc = null, $storeKey = null, $storeDist = false)
- geodel($key, $members)
- migrate($host, $port, $keys, $destinationDb, $timeout, $copy = false, $replace = false)
- touch($keys)
- memoryDoctor()
- memoryHelp()
- memoryUsage($key, $count = null)
- memoryStats()
- memoryPurge()
- memoryMallocStats()
- bzpopmax($keys, $timeout = 0)
- bzpopmin($keys, $timeout = 0)
- zpopmax($key, $count = null)
- zpopmin($key, $count = null)
- xack($key, $group, $ids)
- xadd($key, $id, $fieldStrings, $maxlen = null)
- xclaim($key, $group, $consumer, $minIdleTime, $ids, $idle = null, $time = null, $retrycount = null, $force = false, $justid = false)
- xdel($key, $ids)
- xgroupCreate($key, $groupname, $id)
- xgroupSetid($key, $groupname, $id)
- xgroupDestroy($key, $groupname)
- xgroupDelconsumer($key, $groupname, $consumername)
- xgroupHelp()
- xinfo($consumersKey = null, $consumersGroup = null, $groupsKey = null, $streamKey = null, $help = false)
- xlen($key)
- xpending($key, $group, $start = null, $end = null, $count = null, $consumer = null)
- xrange($key, $start, $end, $count = null)
- xread($keys, $ids, $count = null, $block = null)
- xreadgroup($group, $consumer, $keys, $ids, $noack = false, $count = null, $block = null)
- xrevrange($key, $end, $start, $count = null)
- xtrim($key, $count, $withTilde = false)
- xsetid($stream, $groupname, $id)
- clientCaching($isEnabled)
- clientCetredir()
- clientTracking($isEnabled, $redirectClientId = null, $prefixes = null, $bcast = null, $optin = null, $optout = null, $noloop = null)
- hello($protover, $username = null, $password = null, $clientName = null)