Reference
boost::redis::config
Configure parameters used by the connection classes.
Data Members
Name |
Description |
Uses SSL instead of a plain connection. |
|
For TCP connections, hostname and port of the Redis server. |
|
The UNIX domain socket path where the server is listening. |
|
Username passed to the |
|
Password passed to the |
|
Client name parameter of the |
|
Database that will be passed to the |
|
Message used by the health‐checker in |
|
(Deprecated) Sets the logger prefix, a string printed before log messages. |
|
Time span that the resolve operation is allowed to elapse. |
|
Time span that the connect operation is allowed to elapse. |
|
Time span that the SSL handshake operation is allowed to elapse. |
|
Time span between successive health checks. Set to zero to disable health‐checks pass zero as duration. |
|
Time span to wait between successive connection retries. Set to zero to disable reconnection. |
|
Maximum size of a socket read, in bytes. |
Created with MrDocs