"Redis" Key/Value Database Client


[Up] [Top]

Documentation for package ‘rredis’ version 1.7.0

Help Pages

R

-- R --

redisAuth Redis authentication.
redisBgRewriteAOF redisBgRewriteAOF
redisBgSave redisBgSave
redisBitCount Redis BITCOUNT - count all bits in key
redisBitOp Redis BITOP - execute bitoperations on multiple bitsets
redisBLPop Blocking List Pop
redisBRPop Blocking List Pop
redisBRPopLPush Remove the tail from a list, blocking if it does not exist, pushing to another.
redisClose Close an open connection to a Redis server.
redisCmd General Redis Interface Function
redisConnect Connect to a Redis server.
redisDBSize Return the number of keys in the current Redis database.
redisDecr Increment or decrement Redis values.
redisDecrBy Increment or decrement Redis values.
redisDelete Delete a key and associated value from Redis.
redisDiscard redisDiscard
redisEval Evaluate a Lua script in the Redis server.
redisExec redisExec
redisExists Test the existence of a key in the Redis database.
redisExpire Set a timeout on the specified key.
redisExpireAt Set a timeout on the specified key.
redisFlushAll Delete all keys and values from all databases.
redisFlushDB Delete all keys and values from the current database.
redisGet Retrieve a value from Redis.
redisGetBit Redis BITSET gets - get binary value
redisGetContext redisSetContext
redisGetResponse redisGetResponse
redisGetSet Store a value in Redis, returning the previously defined value.
redisHDel Delete a hash value.
redisHExists Test the existence of a hash.
redisHFields Redis hash fields.
redisHGet Retrieve a hased value from Redis.
redisHGetAll Redis hash fields and values.
redisHIncrBy Increment a value.
redisHIncrByFloat Increment a value.
redisHKeys Redis hash fields.
redisHLen Redis hash length.
redisHMGet Retrieve a list of hash values.
redisHMSet Store a list of hash values.
redisHSet Store a hash value in Redis.
redisHVals Redis hash values.
redisIncr Increment or decrement Redis values.
redisIncrBy Increment or decrement Redis values.
redisIncrByFloat Increment or decrement Redis values.
redisInfo redisInfo
redisKeys Return a list of all keys in the active Redis database.
redisLIndex Retrieve a value from a Redis 'list.'
redisLLen Redis list length.
redisLPop Remove the first element from a list.
redisLPush Add a value to the head tail of a list.
redisLRange Copy values from a list.
redisLRem Remove elements from a list.
redisLSet Set a value within a list.
redisLTrim Trim a list.
redisMGet Retrieve one or more values from Redis.
redisMonitorChannels redisMonitorChannels
redisMove Move the specified key/value pair to another database.
redisMSet Set one or more key/value pairs in the Redis database.
redisMulti redisMulti
redisPersist Clear expiration flags for a key
redisPexpire Set a timeout on the specified key.
redisPexpireAt Set a timeout on the specified key.
redisPTTL Return the time to live for a key set to expire.
redisPublish redisPublish
redisRandomKey Return a randomly selected key from the currently selected database.
redisRename Rename a key.
redisRPop Remove the last element from a list.
redisRPopLPush Remove the tail from a list, pushing to another.
redisRPush Add a value to the head tail of a list.
redisSAdd Add an element to a set.
redisSave redisSave
redisSCard Set cardinality
redisSDiff Return the difference of two or more sets.
redisSDiffStore Store the difference of two or more sets.
redisSelect Select a redis database.
redisSet Store a value in Redis.
redisSetBit Redis BITSET - set binary value
redisSetBlocking Set the Redis message blocking state.
redisSetContext redisSetContext
redisSetPipeline Set the Redis message blocking state.
redisShutdown redisShutdown
redisSInter Find and return the intersection of two or more sets.
redisSInterStore Store intersection of two or more sets.
redisSIsMember Test for set membership
redisSlaveOf redisSlaveOf
redisSMembers List elements of a set.
redisSMove Move a set element.
redisSort redisSort
redisSPop Remove and return an element from a set.
redisSRandMember Choose a random element from a set
redisSRem Remove an element from a set.
redisSubscribe redisSubscribe
redisSUnion Return the union of two or more sets.
redisSUnionStore Store the union of two or more sets.
redisTTL Return the time to live for a key set to expire.
redisType Query a Redis value type.
redisUnsubscribe redisUnsubscribe
redisUnwatch redisUnwatch
redisWatch redisWatch
redisZAdd redisZAdd
redisZCard redisZCard.Rd
redisZCount redisZCount
redisZIncrBy redisZIncrBy
redisZInterStore redisZInterStore
redisZRange redisZRange
redisZRangeByScore redisZRangeByScore
redisZRank redisZRank
redisZRem redisZRem
redisZRemRangeByRank redisZRemRangeByRank.Rd
redisZRemRangeByScore redisZRemRangeByScore.Rd
redisZScore redisZScore
redisZUnionStore redisZUnionStore
rredis Redis interface package.