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

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
 

Detailed Description

Structure that represents a Redis response (RESP format).

See also
redisxDestroyRESP()

Field Documentation

◆ n

int n

Either the integer value of a RESP_INT response, or the dimension of the value field.

◆ value

void* value

Pointer to text (char *) content or to an array of components (RESP**)...


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