Man pages for rredis
"Redis" Key/Value Database Client

incrIncrement or decrement Redis values.
redisAuthRedis authentication.
redisBgRewriteAOFredisBgRewriteAOF
redisBgSaveredisBgSave
redisBitCountRedis BITCOUNT - count all bits in key
redisBitOpRedis BITOP - execute bitoperations on multiple bitsets
redisBLPopBlocking List Pop
redisBRPopBlocking List Pop
redisBRPopLPushRemove the tail from a list, blocking if it does not exist,...
redisCloseClose an open connection to a Redis server.
redisCmdGeneral Redis Interface Function
redisConnectConnect to a Redis server.
redisDBSizeReturn the number of keys in the current Redis database.
redisDeleteDelete a key and associated value from Redis.
redisDiscardredisDiscard
redisEvalEvaluate a Lua script in the Redis server.
redisExecredisExec
redisExistsTest the existence of a key in the Redis database.
redisExpireSet a timeout on the specified key.
redisExpireAtSet a timeout on the specified key.
redisFlushAllDelete all keys and values from all databases.
redisFlushDBDelete all keys and values from the current database.
redisGetRetrieve a value from Redis.
redisGetBitRedis BITSET gets - get binary value
redisGetResponseredisGetResponse
redisGetSetStore a value in Redis, returning the previously defined...
redisHDelDelete a hash value.
redisHExistsTest the existence of a hash.
redisHFieldsRedis hash fields.
redisHGetRetrieve a hased value from Redis.
redisHGetAllRedis hash fields and values.
redisHIncrByIncrement a value.
redisHKeysRedis hash fields.
redisHLenRedis hash length.
redisHMGetRetrieve a list of hash values.
redisHMSetStore a list of hash values.
redisHSetStore a hash value in Redis.
redisHValsRedis hash values.
redisInforedisInfo
redisKeysReturn a list of all keys in the active Redis database.
redisLIndexRetrieve a value from a Redis 'list.'
redisLLenRedis list length.
redisLPopRemove the first element from a list.
redisLPushAdd a value to the head tail of a list.
redisLRangeCopy values from a list.
redisLRemRemove elements from a list.
redisLSetSet a value within a list.
redisLTrimTrim a list.
redisMGetRetrieve one or more values from Redis.
redisMonitorChannelsredisMonitorChannels
redisMoveMove the specified key/value pair to another database.
redisMSetSet one or more key/value pairs in the Redis database.
redisMultiredisMulti
redisPersistClear expiration flags for a key
redisPublishredisPublish
redisRandomKeyReturn a randomly selected key from the currently selected...
redisRenameRename a key.
redisRPopRemove the last element from a list.
redisRPopLPushRemove the tail from a list, pushing to another.
redisSAddAdd an element to a set.
redisSaveredisSave
redisSCardSet cardinality
redisSDiffReturn the difference of two or more sets.
redisSDiffStoreStore the difference of two or more sets.
redisSelectSelect a redis database.
redisSetStore a value in Redis.
redisSetBitRedis BITSET - set binary value
redisSetContextredisSetContext
redisSetPipelineSet the Redis message blocking state.
redisShutdownredisShutdown
redisSInterFind and return the intersection of two or more sets.
redisSInterStoreStore intersection of two or more sets.
redisSIsMemberTest for set membership
redisSlaveOfredisSlaveOf
redisSMembersList elements of a set.
redisSMoveMove a set element.
redisSortredisSort
redisSPopRemove and return an element from a set.
redisSRandMemberChoose a random element from a set
redisSRemRemove an element from a set.
redisSubscriberedisSubscribe
redisSUnionReturn the union of two or more sets.
redisSUnionStoreStore the union of two or more sets.
redisTTLReturn the time to live for a key set to expire.
redisTypeQuery a Redis value type.
redisUnsubscriberedisUnsubscribe
redisUnwatchredisUnwatch
redisWatchredisWatch
redisZAddredisZAdd
redisZCardredisZCard.Rd
redisZCountredisZCount
redisZIncrByredisZIncrBy
redisZInterStoreredisZInterStore
redisZRangeredisZRange
redisZRangeByScoreredisZRangeByScore
redisZRankredisZRank
redisZRemredisZRem
redisZRemRangeByRankredisZRemRangeByRank.Rd
redisZRemRangeByScoreredisZRemRangeByScore.Rd
redisZScoreredisZScore
redisZUnionStoreredisZUnionStore
rredis-packageRedis interface package.
rredis documentation built on May 2, 2019, 2:02 p.m.