RedisClientRcpp-class: Client interface for RcppRedis library Internal class

Description Fields Methods See Also

Description

Client interface for RcppRedis library Internal class

Fields

args

arguments to use to connect to the redis database

cnx

connection instance return by the backend

database

database number to connect to

Methods

connect()

Connect to the Redis database

delete(key)

Delete key

exists(key)

Key exists @return boolean

get(key)

Get key value

hashGet(key, field)

Get field value in hash named by key

hashIncrBy(key, field, value)

increment [field] in [key] hash

hashSet(key, field, value)

Set [field] of hash named by [key]

hashSetCounter(key, field, value)

Set [field] of hash named by [key]

pushTail(key, value)

Push value on tail of the list named by key

set(key, value)

Set key value

See Also

redis_client

Other backend: RedisClientMock-class, RedisClientRRedis-class, RedisClientRedux-class, redis_client()


cturbelin/redisProgress documentation built on Dec. 10, 2019, 7:35 a.m.