AOSharedServiceLibrary
Public Attributes | List of all members
RedisConnChain Struct Reference

A Structure for storing Redis Connection Information. More...

#include <redis_interface.h>

Public Attributes

std::string ip
 The IP of the Redis Node.
 
int port
 The port of the Redis Node.
 
std::string password
 The password of the Redis Node.
 
int pool_size
 The pool size on the Redis Node.
 
int timeout
 The timeout on the Redis Node.
 
int role
 The Role on the Redis Node.
 

Detailed Description

A Structure for storing Redis Connection Information.


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