![]() |
AOSharedServiceLibrary
|
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. | |
A Structure for storing Redis Connection Information.
1.8.11