RedisConfig
Defined in the config module.AI Agent Redis connection configuration for push service scaling. Attributes: url: Full Redis URL (takes precedence over host/port) host: Redis host port: Redis port db: Redis database number password: Redis password prefix: Key prefix namespace max_connections: Connection pool size
Properties
Optional[str]
No description available.
str
No description available.
int
No description available.
int
No description available.
Optional[str]
No description available.
str
No description available.
int
No description available.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary (hides sensitive data).
Source
View on GitHub
praisonaiagents/gateway/config.py at line 365
