RedisX v0.9
A simple, light-weight Redis database client
|
Structure that represents a Redis response (RESP format). More...
#include <redisx.h>
Data Fields | |
int | n |
char | type |
RESP type RESP_ARRAY, RESP_INT ... | |
void * | value |
Structure that represents a Redis response (RESP format).
int n |
Either the integer value of a RESP_INT response, or the dimension of the value field.
void* value |
Pointer to text (char *) content or to an array of components (RESP**)...