Client interface for rredis library Internal class.
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
Other backend:
RedisClientMock-class
,
RedisClientRcpp-class
,
RedisClientRedux-class
,
redis_client()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.