Learn R Programming

⚠️There's a newer version (1.7.0) of this package.Take me there.

rredis (version 1.6.9)

Redis client for R

Description

An R client for the Redis persistent key-value database available from http://redis.io.

Copy Link

Version

Install

install.packages('rredis')

Monthly Downloads

184

Version

1.6.9

License

Apache License (>= 2.0)

Maintainer

B. Lewis

Last Published

September 15th, 2014

Functions in rredis (1.6.9)

redisBRPop

Blocking List Pop
redisBitCount

Redis BITCOUNT - count all bits in key
redisBLPop

Blocking List Pop
redisBgRewriteAOF

redisBgRewriteAOF
redisDBSize

Return the number of keys in the current Redis database.
redisHExists

Test the existence of a hash.
redisInfo

redisInfo
redisLRem

Remove elements from a list.
redisMSet

Set one or more key/value pairs in the Redis database.
redisHDel

Delete a hash value.
redisRename

Rename a key.
redisSInter

Find and return the intersection of two or more sets.
redisSMembers

List elements of a set.
redisSDiffStore

Store the difference of two or more sets.
redisSort

redisSort
redisZRemRangeByRank

redisZRemRangeByRank.Rd
redisZRange

redisZRange
redis-package

An R client for Redis
redisEval

Evaluate a Lua script in the Redis server.
redisFlushDB

Delete all keys and values from the current database.
redisMonitorChannels

redisMonitorChannels
redisUnsubscribe

redisUnsubscribe
redisKeys

Return a list of all keys in the active Redis database.
redisLIndex

Retrieve a value from a Redis 'list.'
redisZInterStore

redisZInterStore
redisZRemRangeByScore

redisZRemRangeByScore.Rd
redisLTrim

Trim a list.
redisHSet

Store a hash value in Redis.
redisDiscard

redisDiscard
redisRPop

Remove the last element from a list.
redisSIsMember

Test for set membership
redisSave

redisSave
redisSUnion

Return the union of two or more sets.
redisUnwatch

redisUnwatch
redisZRangeByScore

redisZRangeByScore
redisClose

Close an open connection to a Redis server.
redisBRPopLPush

Remove the tail from a list, blocking if it does not exist, pushing to another.
redisExpireAt

Set a timeout on the specified key.
redisGetResponse

redisGetResponse
redisHMGet

Retrieve a list of hash values.
redisHMSet

Store a list of hash values.
redisIncr

Increment a value by one.
redisLPush

Add a value to the head tail of a list.
redisSCard

Set cardinality
redisSlaveOf

redisSlaveOf
redisTTL

Return the time to live for a key set to expire.
redisSetContext

redisSetContext
redisZUnionStore

redisZUnionStore
redisSubscribe

redisSubscribe
redisAuth

Redis authentication.
redisPublish

redisPublish
redisRPopLPush

Remove the tail from a list, pushing to another.
redisSet

Store a value in Redis.
redisZRank

redisZRank
redisCmd

General Redis Interface Function
redisHLen

Redis hash length.
redisLRange

Copy values from a list.
redisMGet

Retrieve one or more values from Redis.
redisMove

Move the specified key/value pair to another database.
redisPersist

Clear expiration flags for a key
redisSAdd

Add an element to a set.
redisZAdd

redisZAdd
redisZScore

redisZScore
redisLLen

Redis list length.
redisDecr

Decrement a value by one.
redisExpire

Set a timeout on the specified key.
redisLPop

Remove the first element from a list.
redisSRandMember

Choose a random element from a set
redisType

Query a Redis value type.
redisBgSave

redisBgSave
redisConnect

Connect to a Redis server.
redisExists

Test the existence of a key in the Redis database.
redisGetBit

Redis BITSET gets - get binary value
redisHIncrBy

Increment a value.
redisHKeys

Redis hash fields.
redisHVals

Redis hash values.
redisRandomKey

Return a randomly selected key from the currently selected database.
redisSPop

Remove and return an element from a set.
redisSetBit

Redis BITSET - set binary value
redisSetPipeline

Set the Redis message blocking state.
redisWatch

redisWatch
redisZCard

redisZCard.Rd
redisShutdown

redisShutdown
redisZCount

redisZCount
redisFlushAll

Delete all keys and values from all databases.
redisDecrBy

Decrement a value by the specified value.
redisGet

Retrieve a value from Redis.
redisExec

redisExec
redisSInterStore

Store intersection of two or more sets.
redisSRem

Remove an element from a set.
redisZRem

redisZRem
redisGetSet

Store a value in Redis, returning the previously defined value.
redisSMove

Move a set element.
redisMulti

redisMulti
redisHGet

Retrieve a hased value from Redis.
redisZIncrBy

redisZIncrBy
redisHGetAll

Redis hash fields and values.
redisHFields

Redis hash fields.
redisDelete

Delete a key and associated value from Redis.
redisSUnionStore

Store the union of two or more sets.
redisIncrBy

Increment a value by the specified value.
redisLSet

Set a value within a list.
redisSelect

Select a redis database.
redisSDiff

Return the difference of two or more sets.
redisBitOp

Redis BITOP - execute bitoperations on multiple bitsets