![]() |
RedisX v1.0
A simple, light-weight Redis database client
|
Structure that represents a Redis response (RESP format). More...
#include <redisx.h>
Data Fields | |
| int | n |
| dimension of the value field. | |
| enum resp_type | type |
| RESP type; RESP_ARRAY, RESP_INT ... | |
| void * | value |
| int n |
dimension of the value field.
Either the integer value of a RESP_INT or a RESP3_BOOLEAN response, or the
| void* value |
Pointer to text (char *) content or to an array of components (RESP**) or (RedisMap *), or else a pointer to a double, depending on type.