class documentation
        
        class RedisConfig(Codable, AsBatchSource): (source)
Constructors: RedisConfig.from_env(environment_key, default_url), RedisConfig.from_url(url), RedisConfig.localhost()
Undocumented
| Static Method | from | 
    Undocumented | 
| Static Method | from | 
    Undocumented | 
| Static Method | localhost | 
    Undocumented | 
| Method | as | 
    Undocumented | 
| Method | index | 
    Undocumented | 
| Method | redis | 
    Undocumented | 
| Method | stream | 
    Undocumented | 
| Class Variable | redis | 
    Undocumented | 
| Property | url | 
    Undocumented | 
    
    
    def from_env(environment_key: 
  str = 'REDIS_URL', default_url: str | None = 'redis://localhost:6379') -> RedisConfig:
    
      
      (source)
    
    
      
      
      ¶
    
  Undocumented