RedisX v0.9
A simple, light-weight Redis database client
|
A single key / value entry, or field, in the Redis database. More...
#include <redisx.h>
Data Fields | |
char * | key |
The Redis key or field name. | |
int | length |
Bytes in value. | |
char * | value |
The string value stored for that field. | |
A single key / value entry, or field, in the Redis database.