RedisX v0.9
A simple, light-weight Redis database client
Loading...
Searching...
No Matches
RedisEntry Struct Reference

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.
 

Detailed Description

A single key / value entry, or field, in the Redis database.


The documentation for this struct was generated from the following file: