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