Definition at line 23 of file base.hpp.
 
 | 
|   | ConnectionInfo (std::string host, int port, Password password, bool read_only=false, ConnectionSecurity security=ConnectionSecurity::kNone) | 
|   | 
◆ 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 ) | 
         
       
   | 
  
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 | 
        
      
 
 
The documentation for this struct was generated from the following file: