![]() |
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 |
| enum resp_type | type |
| RESP type; RESP_ARRAY, RESP_INT ... | |
| void * | value |
| int n |
Either the integer value of a RESP_INT or a RESP3_BOOLEAN response, or the dimension of the value field.
| void* value |