RedisX v0.9
A simple, light-weight Redis database client
|
Structure that represents a Redis database instance, with one or more RedisClient connections. More...
#include <redisx.h>
Data Fields | |
char * | id |
The string ID of the Redis server. Default is IP, e.g. "127.0.0.1". | |
RedisClient * | interactive |
Pointer to the interactive client connection. | |
RedisClient * | pipeline |
Pointer to the pipeline client connection. | |
RedisClient * | subscription |
Pointer to the subscription client connection. | |
Structure that represents a Redis database instance, with one or more RedisClient connections.