"Redis" Key/Value Database Client
R client interface to the "Redis" key-value database.
Increment or decrement Redis values.
Redis authentication.
Blocking List Pop
Remove the tail from a list, blocking if it does not exist, pushing to another.
redisBgRewriteAOF
redisBgSave
Redis BITCOUNT - count all bits in key
Redis BITOP - execute bitoperations on multiple bitsets
Close an open connection to a Redis server.
General Redis Interface Function
Connect to a Redis server.
Return the number of keys in the current Redis database.
Delete a key and associated value from Redis.
redisDiscard
Evaluate a Lua script in the Redis server.
redisExec
Test the existence of a key in the Redis database.
Set a timeout on the specified key.
Delete all keys and values from all databases.
Delete all keys and values from the current database.
Retrieve a value from Redis.
Redis BITSET gets - get binary value
redisGetResponse
Store a value in Redis, returning the previously defined value.
Delete a hash value.
Test the existence of a hash.
Redis hash fields.
Retrieve a hased value from Redis.
Redis hash fields and values.
Increment a value.
Redis hash length.
Retrieve a list of hash values.
Store a list of hash values.
Store a hash value in Redis.
Redis hash values.
redisInfo
Return a list of all keys in the active Redis database.
Retrieve a value from a Redis 'list.'
Redis list length.
Remove the first element from a list.
Add a value to the head tail of a list.
Copy values from a list.
Remove elements from a list.
Set a value within a list.
Trim a list.
Retrieve one or more values from Redis.
Set one or more key/value pairs in the Redis database.
redisMonitorChannels
Move the specified key/value pair to another database.
redisMulti
Clear expiration flags for a key
redisPublish
Remove the last element from a list.
Remove the tail from a list, pushing to another.
Return a randomly selected key from the currently selected database.
Rename a key.
Add an element to a set.
Set cardinality
Return the difference of two or more sets.
Store the difference of two or more sets.
Find and return the intersection of two or more sets.
Store intersection of two or more sets.
Test for set membership
List elements of a set.
Move a set element.
Remove and return an element from a set.
Choose a random element from a set
Remove an element from a set.
Return the union of two or more sets.
Store the union of two or more sets.
redisSave
Select a redis database.
Store a value in Redis.
Redis BITSET - set binary value
redisSetContext
Set the Redis message blocking state.
redisShutdown
redisSlaveOf
redisSort
redisSubscribe
Return the time to live for a key set to expire.
Query a Redis value type.
redisUnsubscribe
redisUnwatch
redisWatch
redisZAdd
redisZCard.Rd
redisZCount
redisZIncrBy
redisZInterStore
redisZRange
redisZRangeByScore
redisZRank
redisZRem
redisZRemRangeByRank.Rd
redisZRemRangeByScore.Rd
redisZScore
redisZUnionStore
Redis interface package.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.