![]() |
RedisX v1.0
A simple, light-weight Redis database client
|
#include <redisx.h>
Data Fields | |
| char * | host |
| The hostname or IP address of the server. | |
| int | port |
| The port number or <=0 to use the default 6379. | |
Redis server host and port specification.