RedisX v1.0
A simple, light-weight Redis database client
Loading...
Searching...
No Matches
Redis Struct Reference

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.
 

Detailed Description

Structure that represents a Redis database instance, with one or more RedisClient connections.

See also
redisxInit()
redisxDestroy()

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