RedisClientRRedis-class: Client interface for rredis library Internal class.

Description Methods See Also

Description

Client interface for rredis library Internal class.

Methods

connect()

connect to the redis database

hashGet(key, field)

Get the value of a field in a 'HSet'

hashGetAll(key)

Get all fields of an 'HSet'

hashSet(key, field, value)

set the field in a 'HSet' with a value

initialize(host = "localhost", port = 6379, database = NA, ...)

initialize the instance with connection parameters

name()

get the instance name

See Also

redis_client()

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


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