Definition at line 23 of file base.hpp.
|
| | ConnectionInfo (std::string host, int port, Password password, bool read_only=false, ConnectionSecurity security=ConnectionSecurity::kNone, std::size_t db_index=0) |
| |
◆ HostVector
| using storages::redis::ConnectionInfo::HostVector = std::vector<std::string> |
◆ ConnectionInfo()
| storages::redis::ConnectionInfo::ConnectionInfo |
( |
std::string | host, |
|
|
int | port, |
|
|
Password | password, |
|
|
bool | read_only = false, |
|
|
ConnectionSecurity | security = ConnectionSecurity::kNone, |
|
|
std::size_t | db_index = 0 ) |
|
inline |
◆ connection_security
| ConnectionSecurity storages::redis::ConnectionInfo::connection_security = ConnectionSecurity::kNone |
◆ database_index
| std::size_t storages::redis::ConnectionInfo::database_index = 0 |
◆ host
| std::string storages::redis::ConnectionInfo::host = "localhost" |
◆ password
| Password storages::redis::ConnectionInfo::password |
◆ port
| int storages::redis::ConnectionInfo::port = 26379 |
◆ read_only
| bool storages::redis::ConnectionInfo::read_only = false |
The documentation for this struct was generated from the following file: