Description Fields Methods See Also
Client interface for RcppRedis library Internal class
argsarguments to use to connect to the redis database
cnxconnection instance return by the backend
databasedatabase number to connect to
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
redis_client
Other backend:
RedisClientMock-class,
RedisClientRRedis-class,
RedisClientRedux-class,
redis_client()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.