RedisX v0.9
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".
 
RedisClientinteractive
 Pointer to the interactive client connection.
 
RedisClientpipeline
 Pointer to the pipeline client connection.
 
RedisClientsubscription
 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: